Difference between revisions of "Authentication Workflows"

From IVS Wiki
Jump to: navigation, search
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
__TOC__
+
{{Article - Manual | content = <onlyinclude>
{{Article | title = Authentication Workflows | content =
+
<h1>Authentication Methods</h1>
There are three different authentication methods that can be used for VALT:
+
{{Grid 2 - Grid | left = There are three different authentication methods that can be used for VALT.
  
<b>
+
#[[#Local Authentication|Local Authentication]]
*Local Accounts
+
#[[#LDAP Authentication|LDAP Authentication]]
*LDAP/LDAPS Integration
+
#[[#Single Sign-On (SSO)|Single Sign-On (SSO)]]
*SSO Integration
+
| right =
</b>
+
{{Aside | content = Any combination of these can be implemented and used at the same time.}}
 +
}}
  
Any combination of these can be implemented and used at the same time.
+
{{hr}}
  
<hr>
+
{{Manual lvl 2 | title = Local Authentication | content =
 +
Local accounts are created and assigned to groups within VALT. Local accounts can be created manually or imported from a [[Importing_Users_from_a_file|list]].}}
  
<h2>Local Authentication</h2>
+
{{img - resize | file = auth_local.jpg}}
Local accounts are created and assigned to groups within VALT. Local accounts can be created manually or imported from a [[Importing_Users_from_a_file|list]].
 
  
{{img - no_click | file = auth_local.jpg}}
+
{{hr}}
  
<hr>
+
{{Manual lvl 2 | title = LDAP Authentication | content =
 +
LDAP accounts can be imported manually using an LDAP search and lookup tool within the software or imported automatically on a schedule based on group.}}
  
<h2>LDAP Authentication</h2>
+
{{img - resize | file = auth_ldap.jpg}}
LDAP accounts can be imported manually using an LDAP search and lookup tool within the software or imported automatically on a schedule based on group.
 
  
{{img - no_click | file = auth_ldap.jpg}}
+
{{hr}}
  
<hr>
+
{{Manual lvl 2 | title = Single Sign-On (SSO) | content =
 +
SSO accounts are automatically created when a user logs in for the first time. The user can be placed in the proper group automatically upon login by mapping SSO attributes to a user group within VALT.}}
  
<h2>SSO Authentication</h2>
+
<center>{{img - resize | file = SSO Flow Chart.png | width = 600px}}</center>
SSO accounts are automatically created when a user logs in for the first time. The user can be placed in the proper group automatically upon login by mapping SSO attributes to a user group within VALT.
 
  
{{img - no_click | file = SSO Flow Chart.png}}
+
{{Top of Page}}
}}
+
</onlyinclude>}}

Latest revision as of 09:42, 25 June 2026

Authentication Methods

There are three different authentication methods that can be used for VALT.

  1. Local Authentication
  2. LDAP Authentication
  3. Single Sign-On (SSO)
Any combination of these can be implemented and used at the same time.

Local Authentication

Local accounts are created and assigned to groups within VALT. Local accounts can be created manually or imported from a list.

Auth local.jpg


LDAP Authentication

LDAP accounts can be imported manually using an LDAP search and lookup tool within the software or imported automatically on a schedule based on group.

Auth ldap.jpg


Single Sign-On (SSO)

SSO accounts are automatically created when a user logs in for the first time. The user can be placed in the proper group automatically upon login by mapping SSO attributes to a user group within VALT.

SSO Flow Chart.png

⇧ Back to Top