I have two applications (not APIS), both are using Auth0 Universal Login.
Now if user is logged-in in one application, clicking on “navigation menu” of 2nd application should do the silent login in 2nd application.
According to the documentation, following url will do the trick
https://[tenant].eu.auth0.com/authorize?response_type=code&client_id={client_id_1st_application}&state={dont_know}&redirect_uri={redirec_uri_2nd_application}&scope=openid+email&prompt=none
I have two questions here, how to get state and why this url still shows login page.
Can anybody help here, I am really stuck and cannot find exact example anywhere which have used universal login