OIDC callback url when using custom login, doesn't use custom domain
Hello, setting up a custom idp for a client. We also use the new custom login flow. I am seeing a couple descrepincies in the callback URL that we need to use. For one, we use a custom domain as well, but it is still making the request using the default zitadel domain. Also the path given in the documentation and the UI when setting up an IDP doesn't match, it is given as
{CUSTOM_DOMAIN}/ui/login/login/externalidp/callback
(and in that case it actually does use the custom domain). But when the request goes out it actually sets the callback to a path {GIVEN_ZITADEL_CLOUD_DOMAIN}/idps/callback
.
We can make this work, but it would be nice to have our clients configuring their SSO with the custom domain we have setup instead.2 Replies