Hello, we have multiple clients that are using SSO to login to our platform. We also have some that doesn’t but just use email/password.
Recently a colleague of mine have registered a new client and enabled SSO. my colleague is now on vacation in brazil (Great) and I know nothing about this configuration. Obviously exactly now we are running into a very non trivial case:
Some user is added as member to client-A (who does not have SSO enabled), he gets an email with a sign up link but when he tries to signup he sees this message:
We’re sorry, something went wrong when attempting to sign up.
I can see from the response of the signUp request that this is due to his email domain is @client-B.com which is the organization that we just signed configured SSO for last week.
{“code”:“signup_on_sso_domain”,“domain”:“client-B.com”,“error”:“This domain client-B.com has been configured for Single Sign On and you can’t create an account. Try signing in instead.”}
Now client-A complains that they have a user that cannot sign up.
I have just been given access to the auth0 dashboard, and I am not sure where to look for configuration or what to do. When I click the ‘SSO Integration’, the page just shows “No items have been added to this section.”
What should I look for? Please help…
Rasmus