Difference between revisions of "Authentication Workflows"

From IVS Wiki
Jump to: navigation, search
Line 29: Line 29:
 
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 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.
  
<ul>
+
 
<li>Users are assigned to groups each time they log in, based on the group membership attribute being passed</li>
+
*VALT uses Just In Time (JIT) provisioning.
<li>If a user does NOT have a user mapping associated with their account, user gets moved to "Users without Group" and has restricted access</li>
+
**Users are assigned to groups each time they log in, based on the group membership attribute being passed
<li>If a user's user mapping changes, they will be moved to the correct group upon their next SSO sign-in</li>
+
*If a user does NOT have a user mapping associated with their account, user gets moved to "Users without Group" and has restricted access
</ul>
+
*If a user's user mapping changes, they will be moved to the correct group upon their next SSO sign-in
  
 
{{hr - 2}}
 
{{hr - 2}}

Revision as of 16:38, 27 March 2024

Authentication Workflows

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

  • Local Authentication
  • LDAP Authentication
  • SSO Authentication


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.


  • VALT uses Just In Time (JIT) provisioning.
    • Users are assigned to groups each time they log in, based on the group membership attribute being passed
  • If a user does NOT have a user mapping associated with their account, user gets moved to "Users without Group" and has restricted access
  • If a user's user mapping changes, they will be moved to the correct group upon their next SSO sign-in

SSO Flow Chart.png