Hi
I am trying to use auth0, and I have to say it is a nightmare if you don’t use the library they provide.
I have found this page:
And
https://{yourDomain}/authorize?
response_type=code|token&
client_id={yourClientId}&
connection=CONNECTION&
redirect_uri={https://yourApp/callback}&
state=STATE
I cannot find anywhere in the doc what should be each parameters. I noticed if I remove “state” from universal login using the sdk to automatically redirect, then the universal login does not work anymore.
What is connection? if using the sdk, then connection is not passed in the url.
I noticed when using the sdk, then other params are passed in the url like: nonce, code_challenge, auth0Client…etc.
Where can I find a full documentation explaining how I can use auth0? Not partial documentation explaining how to use the sdk.