v4.15.3
tanchongmin/strictjsonv4.15.3Jun 22, 2026by github-actions[bot]
AI Summary
Addresses token exchange validation issues and ensures external user email verification before auto-linking. Also fixes IDP button alignment and default redirect URI handling.
Key Highlights
- Fixes client and scope validation for token exchange
- Ensures external user email is verified before auto-linking
- Centers text for generic IDP buttons
- Guards defaultRedirectUri in OIDC paths
Full Release Notes
## [4.15.3](https://github.com/zitadel/zitadel/compare/v4.15.2...v4.15.3) (2026-06-22) ### Bug Fixes * added client and scope validation for token exchange ([e2886a6](https://github.com/zitadel/zitadel/commit/e2886a61670ca8fd41c9434f87036546e5620bcc)) * ensure external user's email is verified before auto-linking ([c97012f](https://github.com/zitadel/zitadel/commit/c97012f0c5dc2fe960ae6e940cbea23229f0557f)) * **login:** center text for generic IDP buttons without icons ([#12211](https://github.com/zitadel/zitadel/issues/12211)) ([aadc664](https://github.com/zitadel/zitadel/commit/aadc664a206ebdf6bfd85145e9c6fcdc165a6cee)), closes [#12182](https://github.com/zitadel/zitadel/issues/12182) * **login:** guard defaultRedirectUri in OIDC/SAML FailedPrecondition paths ([0382659](https://github.com/zitadel/zitadel/commit/038265925a3b05ac1df8aad461ab071983e9eb85))