Auth0 Silent Authentication with Universal Login

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

Hi @amna.butt, I apologize for the delay in response.

Leveraging the state parameter is detailed fairly well here in our docs but please let me know if you have any questions on it.

No problem, using Uninversal Login is easier than ever! Here’s a quick way to implement it into you app.

Due to the age of this topic I will keep it open for another ten days unless you have any additional questions. Thanks!

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