Difference between revisions of "Authentication Workflows"

From IVS Wiki
Jump to: navigation, search
(Created page with "{{Authentication Methods}}")
 
Line 1: Line 1:
{{Authentication Methods}}
+
{{Article | title = Authentication Workflows | content =
 +
There are three different authentication methods that can be used for VALT:
 +
 
 +
<b>
 +
*Local Accounts
 +
*LDAP/LDAPS Integration
 +
*SSO Integration
 +
</b>
 +
 
 +
Any combination of these can be implemented and used at the same time.
 +
 
 +
<hr>
 +
 
 +
<h2>Local Authentication</h2>
 +
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>
 +
 
 +
<h2>LDAP Authentication</h2>
 +
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>
 +
 
 +
<h2>SSO Authentication</h2>
 +
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}}
 +
}}

Revision as of 15:49, 27 March 2024

Authentication Workflows

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

  • Local Accounts
  • LDAP/LDAPS Integration
  • SSO Integration

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


SSO Authentication

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