Skip to content

Releases: cloudfoundry/uaa

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

UAA 2.4.0 Release Notes

Hotfix

24 Jun 23:10
Compare
Choose a tag to compare

2.3.1 added in the ability to revoke a token if a client secret changed, or a user password changed.
When the UAA restarts, it was regenerating the hash to bootstrapped (defined in uaa.yml) users and clients, thus a restart automatically revoked tokens. This has been fixed.

UAA 2.3.1 Release Notes

29 May 13:55
Compare
Choose a tag to compare

Features

  • Added CSRF checks for form submits in UAA eb40d76
  • Improved unit testing speed for MockMvc tests a6109f1
  • Added DB index to users.email and not using LOWER function for MySQL (introduced the database.caseinsensitive variable) 781fba0
  • Updated README to include information on how to run UAA standalone as a CF app 32955a1
  • Implement a revokable, stateless token strategies. Token can be manually revoked for a client or a user, and are automatically revoked if user's email,username or password changes. Tokens for a client are automatically revoked if the client's secret changes. 7b58aac
  • Upgraded to MariaDB 1.1.8 JDBC driver 574eae0
  • Sample SAML Sign key has 10 year expiry 7c7a82c

Bug Fixes

UAA 2.3.0 Release Notes

15 May 22:01
Compare
Choose a tag to compare