Redirect URI wildcard
Hi,
We are currently trying to get preview builds on cloudflare to work with zitadel auth, but it seems wildcards are not supported for the redirect url. Is this correct?
Thanks!
9 Replies
It depends on the version 😄
Of the top of my head we started supporting this in 2.43.0 (you need to enable development mode)
https://github.com/zitadel/zitadel/issues/5110#issuecomment-1874289014
It was 2.43.0
And on the Zitadel Cloud? I guess its not updated with this yet?
Not yet but should happen in the next days.
Ah thats perfect, thank you!
Is there a timeline on this by the way? And will there be an announcement somewhere?
I think we get it done this week. we just needed to sort some stability issues in our storage implementation.
An announcement is typically done through the GitHub release, or are you interested in something specific?
no i was just wondering where should i check if the cloud zitadel was updated with this support. I did not find a release page for it.
Is it always aligned with github?
Yea the release is always the same as in GH, you can check what version you instance has by going to domain/ui/console/instance

github shows all the releases created. like this one: https://github.com/zitadel/zitadel/releases/tag/v2.43.0
and you can see which version is deployed on zitadel cloud on the instance details in customer portal:
GitHub
Release v2.43.0 · zitadel/zitadel
2.43.0 (2024-01-02)
Bug Fixes
add example action to autofill userdata on okta (#7060) (51ebf7d)
console: reset events filter to initial values (#7037) (3842319)
correctly delete sessions created b...

yes perfect thank you