SSO (Single Sign-On)
We currently support two forms of SSO: Okta and Microsoft Azure AD. For any other integration methods, please reach out to your account manager to get started.
For any other integration methods, please reach out to your account manager to get started.
Okta
For Okta, we will need you to set up the following:
Sign-On URL: https://yourstoredomain.com/api/sso/login
Attributes (case sensitive)
first_name
last_name
email
Generate the SAML Signing cert
Share the metadata file/cert file
Microsoft Azure AD
For Microsoft Azure AD, we will need you to set up the following:
To get things started, you will need to create an application in your Azure Portal.
Under "App Registrations", register a new application of type "Web".
Redirect URIs - This is the url of the store as per screenshot
Under "App Registrations", register a new application of type "Web".
Set up the redirect URI for your store. This URI will be: https://yourstoredomain.com/auth_oauth/microsoft/signin
Choose the appropriate account type for your organization under supported account types (optional)
Generate a new client secret
Under API permissions, grant User.Read permissions
Share your client ID and secret
Last updated