Is there a way to login with /authorize without using the auth0 provided flow?

Hi,

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?

Thanks!

Hi there @barydos welcome to the community!

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:

Hope this helps!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.