Configuring Engine for SAML2
Steps required for enabling SAML2 sign on for users logging in to all Engine web apps
Prerequisites
Step 1: Add a new SAML2 authentication source
[ { "name": "http://schemas.microsoft.com/ws/2008/06/identity/claimsclaims/objectidentifier", "name_format": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic", "friendly_name": "Unique ID" }, { "name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress", "name_format": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic", "friendly_name": "E-Mail Address" }, { "name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname", "name_format": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic", "friendly_name": "Given Name" }, { "name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname", "name_format": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic", "friendly_name": "Surname" } ]{ "email": [ "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" ], "first_name": [ "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname" ], "last_name": [ "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname" ], "login_name": [ "http://schemas.microsoft.com/identity/claims/objectidentifier" ] }
Step 2: Register a new service/app in your authentication provider
Prerequisites
Step 3: Update the SAML2 authentication source settings
Prerequisites
Update Engine's new authentication settings
Test new settings
Make the new SAML2 authentication option the default login
Last updated