Hi there
I am trying to use my tenant login URL to load the universal login page on the browser and getting an error like this:
Could you please help me to understand why this is happening? Am I doing something wrong?
Hi there
I am trying to use my tenant login URL to load the universal login page on the browser and getting an error like this:
Hi @mohd.ilyas
The /login
endpoint is not supposed to be used directly by developers/users. It is an internal point to where Auth0 redirects when an authentication is needed.
Applications should request an authentication/authorization and Auth0 will display the login page (with the required parameters) if the user doesn’t yet have a valid session with the Auth0 domain.
thanks @nicolas_sabena
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.