Skip to content

UAA 4.0.0 Release Notes

Choose a tag to compare

@sreetummidi sreetummidi released this 16 May 05:15
· 4252 commits to master since this release

Known issues

  • Please note that Create Account flow causes infinite redirect loop. This is addressed in 4.2.0
  • /check_token fails with GET request. This is addressed in 4.2.0

Breaking Changes

Auth Redirect URI is now a required field for OAuth Clients of type authorization
_code and implicit. Existing OAuth Clients which don't have this set will get an error when accessing the /oauth/authorize end point. The auth redirect uri should follow the pattern below:

New Features

Bug Fixes

Pull Requests

Library Updates