Auth0 login mechanism

Hi is there a possibility that I don’t have to trigger the button manually on login page to redirect to the auth0 login page?

Hi there @ankitaa !

Yes it is possible to redirect to Auth0 by calling the /authorize endpoint - Please see the doc below for example flows:

Hope this helps!

Also can I pass any query params in it, that I can access in my custom login html.

Hey there @ankitaa sorry for the delayed response!

It depends on how you are going about calling the authorize endpoint, but for example using the React SDK:

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