Skip to content

UAA Release Notes 4.9.0

Choose a tag to compare

@cf-identity cf-identity released this 30 Jan 22:21
· 3265 commits to master since this release

Stories included in release

Breaking Changes

Manage Identity Providers via API for UAA Default Zone

UAA now allows operators to manage identity providers via APIs for the default system identity zone, which changes how UAA manifest values for identity providers behave. Previously UAA would disable any API made changes made by an operator on restart even though operators were able to make create and update identity providers using UAA’s API.

As a result, identity providers removed from the manifest must now also be explicitly deleted via manifest configuration (delete.identityProviders) or disabled/deleted via the UAA APIs.

  • For SAML and OIDC identity providers, the delete.identityProviders has been added to allow deletion of these identity providers from the manifest using the origin key.
  • For LDAP, the identity provider should only be disabled.

In addition, SAML, OIDC, and LDAP providers now have an override flag that defaults to true which specifics the manifest properties should overwrite any changes made via API. This value can be set to false to allow API updates of your existing manifest identity providers.

Features

Multifactor Authentication (Available for Preview Use)

Misc.

Bug Fixes