Release Highlights
- π¨ OAuth 2.0 Multiple Response Type Encoding
- π¦οΈ Support for JWT encoded profile claims
- π΅ Golang version upgrade to v1.23.8
- π΅οΈββοΈ Vulnerabilities have been addressed
- π Squashed some bugs
Important Notes
Breaking Changes
Changes since v7.8.2
- #3031 Fixes Refresh Token bug with Entra ID and Workload Identity #3027 by using client assertion when redeeming the token (@Richard87)
- #3001 Allow to set non-default authorization request response mode (@stieler-it)
- #3041 chore(deps): upgrade to latest golang v1.23.x release (@TheImplementer)
- #1916 fix: role extraction from access token in keycloak oidc (@Elektordi / @tuunit)
- #3014 feat: ability to parse JWT encoded profile claims (@ikarius)