SAML Attributes
Manage users and groups from your SAML identity provider.
Enterprise plan subscribers with SAML SSO enabled can configure SAML attributes to automatically manage user roles, group memberships, and team memberships in Secoda.
Overview
When configuring SAML SSO with your identity provider, you can set up specific SAML attributes that will automatically map to user roles, group memberships, and team memberships in Secoda.
Configure
Upgrade to the Enterprise plan
Contact us to upgrade to the Enterprise plan and enable SAML SSO.
Configuration
To configure SAML attributes, you'll need to add the following attributes to your SAML configuration in your identity provider:
In the Okta admin pages, open your Secoda application
Navigate to the Sign On tab
Under SAML 2.0 Configuration, click Edit
Add the following attributes:
secodaRole
(string)secodaGroupMembership
(comma-separated list)secodaTeamMembership
(comma-separated list)
Save your configuration
Attribute Mapping
The following SAML attributes are supported for automatic user management:
secodaRole
(string)Maps to the
User
model roleStored in the
_role
property onUser
Example:
"admin"
,"editor"
,"viewer"
secodaGroupMembership
(comma-separated list)Maps to
Group
model membershipUsers will be automatically added to groups with matching names
Example:
"Data Engineers,Analysts"
secodaTeamMembership
(comma-separated list)Maps to
Team
model membershipUsers will be automatically added to teams with matching names
Example:
"Engineering,Product"
Last updated
Was this helpful?