I’m using auth0 v9.19 in my react project and currently have a login screen hosted by Auth0 accessible at the /authorize endpoint (JSDoc: Class: WebAuth (auth0.github.io))
However, I want to use my own login screen and authenticate with Auth0.js v9 Reference, but I don’t appear to be getting the same experience (SSO-related). Is there a way to replicate the /authorize experience on client-side?
Embedded login has inherent issues when it comes to SSO - This is why in almost all cases it is recommended to use Universal Login. The following FAQ may be helpful: