uaa

CloudFoundry User Account and Authentication (UAA) Server

APACHE-2.0 License

Stars
1.5K
Committers
208

Bot releases are visible (Hide)

uaa - UAA Release Notes 4.5.4

Published by tnwang almost 7 years ago

Backport of a performance related fix:

uaa - UAA Release Notes 4.8.1

Published by tnwang almost 7 years ago

Fixes a performance issue found with 4.8.0 related to concurrent requests timing out.

uaa - UAA Release Notes 4.8.0

Published by cf-identity almost 7 years ago

Do not use

This release introduces a performance issue related to concurrent requests timing out that is resolved in 4.8.1

Stories included in release

Features

Backup and Restore

Metrics

MFA (Currently still work-in progress)

Bug Fixes

Documentation Updates

uaa - UAA Release Notes 4.7.2

Published by tnwang almost 7 years ago

This release addresses the breaking change around SSL hostname verification for self-signed SAML and OIDC connections introduced in UAA 4.7.1.
Please use this release instead of 4.7.1

uaa - UAA Release Notes 4.7.1

Published by tnwang almost 7 years ago

Known Issue

This release introduces a breaking change around SSL hostname verification for self-signed SAML and OIDC connections that has been addressed in 4.7.2

The update of the httpclient dependency introduced SSL hostname verification which checks alternative names or the certificate CN to prevent man-in-the-middle attacks. This affects the following identity provider configurations, which will require the target to have a self-signed certificate with valid alternative names or certificate CN:

  • OIDC identity providers during the login flow
  • SAML identity providers during the SAML metadata exchange, where the metadata location is provided as an URL and not uploaded as a file

In addition, MySQL JBDC connections will now perform SSL Hostname Verification when SSL is enabled. The driver checks against the server's identity as presented in the server's certificate (checking alternative names or the certificate CN) to prevent man-in-the-middle attacks. Valid certificates will not be affected.

Notes

This is a security release addressing the following issues:

Additionally, UAA dependencies have been updated:

  • tomcat and tomcat jdbc pool to 8.5.23
  • Spring Security LDAP 2.3.2
  • commons fileupload to 1.3.3
  • antisamy to 1.5.7
  • Apache Velocity to 2.0
  • xalan to 2.7.2
  • beanutils 1.9.3
  • Spring Framework 4.3.11
  • httpclient to 4.5.3
uaa - UAA Release Notes 4.5.3

Published by tnwang almost 7 years ago

This is a security release addressing the following issues:

uaa - UAA Release Notes 3.20.1

Published by tnwang almost 7 years ago

This is a security release addressing the following issues:

uaa - UAA Release Notes 4.7.0

Published by cf-identity about 7 years ago

Stories included in release

Features

Backup and Restore

Metrics

Documentation

Misc.

Bug Fixes

uaa - UAA Release Notes 4.5.2

Published by sreetummidi about 7 years ago

This release fixes a performance issue with /Users endpoint

uaa - UAA Release Notes 4.6.1

Published by sreetummidi about 7 years ago

This is a critical release which addresses a memory leak issue introduced in UAA 4.6.0.
Please use this release instead of 4.6.0

uaa - Do-Not-Use

Published by sreetummidi about 7 years ago

Please use 4.5.2 instead

uaa - 4.6.0

Published by cf-identity about 7 years ago

Do-Not-Use

This release introduces a memory leak that has been addressed in 4.6.1

Breaking Changes

cloudfoundry/uaa #657: [OIDC] XOAuthAuthenticationManager username/external_id handling violates OIDC spec

The default mapping for deriving username from external OIDC has been switched from preferred_username to sub to maintain compliance with the spec. If you have an explicit mapping in place for username, you are not affected. However, if you are relying on the default, it will lead to creation of a new external user (aka shadow user in UAA).

The best approach is to create an explicit mapping for username and perform a one time database change on each external OIDC account in UAA to update to the right username

Features

UAA as a SAML IDP Enhancements

Facebook as an Identity Provider

Dockerized UAA

Client Secret Policy

UAA Login Page Branding - Configurable Banner Image & Text

Other Miscellaneous Features

PRs

Bug Fixes

uaa - UAA 4.5.0 Release Notes

Published by cf-identity about 7 years ago

Stories included in release

Breaking Changes

Starting with UAA bosh release v43 the following Default Authorities will be set by default for all new identity zones:

  • openid
  • password.write
  • uaa.user
  • approvals.me
  • profile
  • roles
  • user_attributes
  • uaa.offline_token

The following Default Authorities will be set by default for the system zone:

  • scim.me
  • cloud_controller.read
  • cloud_controller.write
  • cloud_controller_service_permissions.read
  • oauth.approvals
  • notification_preferences.read
  • notification_preferences.write

These values can be changed via the UAA Bosh release manifest or UAA identity zone APIs.

Features

Bug Fixes

Other Updates

The following dependencies have been updated:

  • Updated hibernate-validator to 4.3.2
  • Updated thymeleaf to 3.0.6 and ognl to 3.1.12
  • Updated owasp-esapi-java to 2.1.0.1
  • Updated spring-security-jwt to 1.0.8
  • Updated commons-collections to 3.2.2
  • Updated not-yet-commons-ssl to 0.3.17
uaa - UAA 3.20.0 Release Notes

Published by tnwang about 7 years ago

This is a security release addressing the following issues:

uaa - UAA 3.9.15 Release Notes

Published by tnwang about 7 years ago

This is a security release addressing the following issues:

uaa - UAA 3.6.13 Release Notes

Published by tnwang about 7 years ago

This is a security release addressing the following issues:

uaa - UAA 3.9.16 Release Notes

Published by sreetummidi about 7 years ago

Fixed Old SAML Identity Provider Metadata being cached on certain nodes in a HA deployment of UAA which causes SAML Authentication failure

uaa - UAA 3.6.14 Release Notes

Published by sreetummidi about 7 years ago

Exposed the OpenID Connect Discovery Endpoint. Details can be found here

uaa - UAA 4.4.0 Release Notes

Published by cf-identity about 7 years ago

This is a security release addressing the following issues:

uaa - UAA 3.9.10 Release Notes

Published by sreetummidi over 7 years ago