Single Sign On Configuration
Last updated
Was this helpful?
Last updated
Was this helpful?
Single Sign On (SSO), available as a separate addon, allows your shop users to log in using their existing accounts on other platforms.
SSO is available to all customer employees, all sales representatives and even B2C customers in your shop once configured.
Make sure the addon is activated:
Head to the "Single Sign-On settings" in the B2Bsellers Plugin.
On this view, you are able to view all existing provider configurations, manage them and create new configurations for additional providers.
You are required to provide all text field inputs in the modal that opens after you click "add provider".
Name
The public display name shown on the login page to the customer
Active
Whether the SSO option should be shown to users on the login page
Type
We currently provide Auth0 only.
Domain
The domain to authentificate against
Client ID
The domain's client ID
Client secret
The domain's client secret
Allowed Callback URLs
This is the URL that are needed for the Auth0 application.
Customer is navigating to the login screen, clicks the SSO auth link.
Customer logs in on the secondary platform.
Customer is redirected back to the shop, and logged in automatically as the user whose email was used in SSO.
How long does the session persist?
The login session inside the shop persists for as long as the session exists on the SSO provider's end. No repeated shop login is required during that period.
Can you create new accounts using SSO login?
No, you cannot sign up new accounts using SSO. Only logging into existing accounts with matching emails is possible.
If a user tries to log in using SSO where the email is not yet associated with any created account, an error message will be shown.
Does the SSO login make logging in with a password impossible?
Using SSO doesn't void the password login: The user can still log in using their credentials instead of using SSO.