Skip to content

4.6.0

Choose a tag to compare

@cf-identity cf-identity released this 12 Sep 22:56
· 3812 commits to master since this release

Do-Not-Use

This release introduces a memory leak that has been addressed in 4.6.1

Breaking Changes

cloudfoundry/uaa #657: [OIDC] XOAuthAuthenticationManager username/external_id handling violates OIDC spec

The default mapping for deriving username from external OIDC has been switched from preferred_username to sub to maintain compliance with the spec. If you have an explicit mapping in place for username, you are not affected. However, if you are relying on the default, it will lead to creation of a new external user (aka shadow user in UAA).

The best approach is to create an explicit mapping for username and perform a one time database change on each external OIDC account in UAA to update to the right username

Features

UAA as a SAML IDP Enhancements

Facebook as an Identity Provider

Dockerized UAA

Client Secret Policy

UAA Login Page Branding - Configurable Banner Image & Text

Other Miscellaneous Features

PRs

Bug Fixes