zhangli
November 21, 2024, 11:07am
1
Is there a config item that can hide the login page like :
We have two tenant A & B, tenant A is working fine, the auth flow is:
request to our login api to get auth0 “/authorize” url
redirect page to auth0 ‘/authorize’ url
auth0 then redirect page to ‘/u/login’ page
tenant A reqest flow is like
no problem with login flow.
But the B tenant auth flow is like:
auth0 not redirect page to ‘/u/login’ page, and auto finish login by call the callback url.
So user can not see the login page.
Any config can hide or show the page ?
Hi @zhangli
Welcome to the Auth0 Community!
Can you share the content of both /authorize
calls to the Auth0, with private data obfuscated?
Thanks
Dawid
zhangli
November 22, 2024, 1:43am
3
dawid.matuszczyk:
obfuscated
The A tenant, which is working fine :
https://{custom_domain}/authorize?client_id=UxYxxxk6Z&nonce=kQFxxxx&redirect_uri=httpsxxx%2Fv1%2Fauth%2Fcallback&response_type=code&scope=openid+profile+email+offline_access&state=ASxxxx%2BsslI%3D
The B tenant:
https://{custom_domain}/authorize?client_id=wN4xxx4Kve&nonce=ZY1Txxx3D&redirect_uri=httpsxxxx%2Fauth%2Fcallback&response_type=code&scope=openid+profile+email+offline_access&state=HEfxxxxx3D
zhangli
November 22, 2024, 1:50am
4
And the A tenant request header:
The B tenant request header: