Skip to content

Releases: cloudfoundry/cf-uaac

4.3.0

27 Oct 15:01
925341a
Compare
Choose a tag to compare

Bumping dependencies

Authors: @bruce-ricard and @ccjaimes

4.2.0 Release

27 Aug 23:14
Compare
Choose a tag to compare

Bug Fix

UAAC now encodes client credentials correctly.
This version of the CLI is required for UAA versions 74.0.0 onward in order to handle secrets containing special characters.
Available on Rubygems.org

Known Issue

For UAA server versions 74.0.0 onward, if UAA server's bosh property uaa.authentication.enable_uri_encoding_compatibility_mode is set to true, UAA server will only URI-decode basic auth credentials when the X-CF-ENCODED-CREDENTIALS header is set to true.

And since UAAC 4.2.0 always encodes client credentials when sending requests to UAA server, and since UAAC 4.2.0 does not have the option to add X-CF-ENCODED-CREDENTIALS header, commands such as uaac token client get might not work when uaa.authentication.enable_uri_encoding_compatibility_mode is set to true; particularly, if the client secret passed to UAAC includes special characters, the server would not decode the secret correctly.

4.1.0 Release

4.0.0 Release

24 Aug 22:51
Compare
Choose a tag to compare
  • Fixed bug where origin of group members were being incorrectly assigned based on the origin of the user, causing group memberships to be lost on external user login.
  • Removed the functionality for group reader and group writer which have been deprecated.

3.13.1 Release

02 Aug 23:44
Compare
Choose a tag to compare

Bug fix for adding users to groups that contain other groups as members.

3.13.0 Release

10 Jul 21:39
Compare
Choose a tag to compare

Bump cf-uaa-lib to 3.10.0 to fix the issue with loading the OS trust store

3.12.0 Release

22 May 17:57
Compare
Choose a tag to compare

uaac user add does not prompt for password if an origin is specified.

3.11.0 Release

08 May 17:05
Compare
Choose a tag to compare

Adds --origin parameter to user operations, for specifying commands against specific IDPs.

3.10.0 Release Notes

24 Mar 20:43
Compare
Choose a tag to compare

This release fixes a problem where the uaac context was incorrectly showing a cached refresh token during client credentials grant type.

3.9.0 Release

24 Mar 20:44
Compare
Choose a tag to compare

https://www.pivotaltracker.com/story/show/141609057

Changed the /check_token invocation to use HTTP POST with a method.