HexiaH
ZITADELβ€’4w agoβ€’
5 replies
Hexia

Configuring the /idps/callback URL for login V2

🏬Self-hostedπŸ”Authentication❌Unsolved❓QuestionπŸ”—OIDC
Hello, I have a Zitadel self hosted instance. I am trying to implement an Entra ID as an external IdP. The callback URL in Zitadel is given as
{LOGIN V2 Hostname}/idps/callback
. When the Entra ID authentication is complete, it calls the Zitadel URL
purpleox.centralus.azurecontainerapps.io/idps/callback
.

However, I want to configure it so the idps/callback URI is a reverse proxy server I have placed in front of the Zitadel server to avoid exposing it to the public internet. How would I change that hostname to do this?

Why does Zitadel not redirect to the login UI URI placed in the applications OIDC configuration instead?
Was this page helpful?