Redirect works fine - reaches Zitadel callback The redirect succeeds, but Zitadel throws Errors.IDMissing when processing the callback. I'm trying to auto create the user in Zitadel that logs with Entra ID, everything is enabled that way in zitadel configuration. This suggests a missing or incorrectly mapped claim from Entra ID.
- Questions: Which claim is missing? The error doesn't specify which ID field Zitadel expects Token configuration issue? Are the sub, email, or other claims not being sent correctly? Zitadel IDP configuration? Did I miss something in the Zitadel admin console when setting up the Azure provider?
Has anyone successfully integrated Entra ID with self-hosted Zitadel? The redirect works, but the callback fails with IDMissing. Any ideas on: Which specific ID claim Zitadel expects? How to debug token contents during callback? Common Entra ID ā Zitadel mapping issues?