Skip to content

Releases: cloudfoundry/uaa

2.7.3 Release Notes

01 Dec 19:28
Compare
Choose a tag to compare

This release fixes a backwards incompatibility issue with the allowUnverifiedUsers flag. As part of the previous release, unverified users in any zone other than the default (uaa) zone would not be allowed to log in irrespective of what the flag was set to. This change has now been reverted and the allowUnverifiedUsers applies to all zones again.

UAA 2.7.2

30 Nov 17:57
@jlo jlo
Compare
Choose a tag to compare
Features
Bug Fixes
Backwards Incompatible

UAA 2.7.1

UAA 2.7.0.3 Release Notes

19 Oct 21:08
Compare
Choose a tag to compare

This release adds support for Client IDs longer than 36 Characters.

UaaTokenStore doesn't support client_ids longer than 36 chars

UAA Release 2.7.0.2

08 Oct 19:27
Compare
Choose a tag to compare

Backwards Compatibility for ID_Token Response

During the invocation of the /oauth/authorize URL, the normal process is to specify response_type=code
Some libraries have been specifying response_type=code+id_token
This is a OpenID Connect extension. Previously the UAA ignored the id_token response_type, but now we have added support. This changes the response of the /oauth/authorize. The main change is that the Location header will have a Fragment (#) and not a Query String (?)

This is a hot-fix release which addresses the backwards compatibility issue with handling of id_token in response.
The properties is exposed in the UAA YML:
oauth:
id_token:
disable:

UAA 2.7.0 Release Notes

UAA 2.6.2 Release Notes

17 Sep 01:16
Compare
Choose a tag to compare

Non-Browser Authorization Code Flow Support

Authorize endpoint now supports token based authentication in addition to the regular web based authentication flow. API Details can be found here

UAA 2.6.1 Release Notes

UAA 2.5.1 Release Notes

06 Aug 17:30
Compare
Choose a tag to compare

UAA 2.4.1 Release Notes