feliwir
feliwir•6d ago

Callback URL for Microsoft IDP

Hey, when registering a Microsoft IDP the Zitadel Console shows me a callback url i should enter (see screenshot 1): https://<BASE_URL>/ui/login/login/externalidp/callback However apparently Microsoft claims the passed callback is formed like this (screenshot 2): https://<BASE_URL>/idps/callback Is this a known issue?
No description
No description
5 Replies
Ask Inkeep
Ask Inkeep•6d ago
Hi @feliwir, I'm an AI assistant for ZITADEL. While a team member reviews this question, I'll see if I can find relevant sources for your question. Answer I wasn't able to find a direct answer, here are some relevant sources: 1. How to use a custom OAuth callback URL for the external IdP : This discussion confirms that ZITADEL uses hardcoded callback URLs like /idps/callback for external IdP flows and these cannot be customized. 2. Apple IdP callback url : This GitHub issue specifically mentions that callback URL documentation needs updating based on similar IdP configuration issues. Feel free to tag @Ask Inkeep with additional questions. Got it. Tagging @Rajat for additional help.
Rajat
Rajat•6d ago
hey @feliwir thanks for your question, I will look into it and get back to ypu hey @feliwir are you self hosted or is this from cloud?. hey @feliwir I just looked into it and I think it was a known bug that has been . basically, change the redirect URI - From: https://your.fqdn.com/ui/login/login/externalidp/callback To: https://your.fqdn.com/idps/callback and it should work 🙂
feliwir
feliwirOP•6d ago
thanks! We are self hosted
rud
rud•5d ago
I think this is because you are using beta UI v2 (the new default), which changes the callback URL.
feliwir
feliwirOP•5d ago
to https://your.fqdn.com/idps/callback?

Did you find this page helpful?