Skip to content

Releases: cloudfoundry/uaa-release

Release Notes for v9

21 Apr 00:20
Compare
Choose a tag to compare

This release includes UAA 3.3.0
The template files have been modified to use the p() and if_p() helper methods.

Properties added:

uaa.jwt.revocable
login.oauth.providers
uaa.jwt.policy.active_key_id
uaa.ssl.protocol_header

Properties updated:

support hash structure for uaa.scim.external_groups

Update to UAA 3.2.1

16 Mar 19:48
Compare
Choose a tag to compare
  • This release updates the UAA version to 3.2.1
  • There are no spec changes between v7 & v8

Update to UAA 3.2.0

16 Mar 19:43
Compare
Choose a tag to compare

This release updates the UAA version to 3.2.0

New Features

New spec properties:
 uaa.servlet.session-cookie:
    description: |
      Optional configuration of the UAA session cookie.
      Defaults are the following key value pairs:
        secure: <(boolean)this value if set, otherwise require_https>
        http-only: <(boolean) - default to true. set HttpOnly flag on cookie.
        max-age: <(int) lifetime in seconds of cookie - default to 30 minutes)
        name: <(String) name of cookie, default is JSESSIONID>
        comment: <(String) optional comment in cookie>
        path: <(String) path for cookie, default is />
        domain: <(String) domain for cookie, default is incoming request 

Bug Fixes

Update to UAA 3.1.0

26 Feb 20:05
@jlo jlo
Compare
Choose a tag to compare

This release updates the UAA version to 3.1.0

New spec properties:

#Branding/Customization
  login.branding.company_name:
    description: This name is used on the UAA Pages and in account management related communication in UAA
  login.branding.product_logo:
    description: This is a base64 encoded PNG image which will be used as the logo on all UAA pages like Login, Sign Up etc.
  login.branding.square_logo:
    description: This is a base64 encoded PNG image which will be used as the favicon for the UAA pages
  login.branding.footer_legal_text:
    description: This text appears on the footer of all UAA pages
  login.branding.footer_links:
    description: These links appear on the footer of all UAA pages. You may choose to add multiple urls for things like Support, Terms of Service etc.
    example:
      linkDisplayName: linkDisplayUrl

login.home_redirect:
    description: URL for configuring a custom home page

login.prompt.username.text:
    description: "The text used to prompt for a username during login"
    default: Email
  login.prompt.password.text:
    description: "The text used to prompt for a password during login"
    default: Password


# Clients
  uaa.clients:
    description: "List of OAuth2 clients that the UAA will be bootstrapped with"
    example:
      login:
        id: login
        name:
        app-launch-url: http://myloginpage.com
        show-on-homepage: true
        app-icon: iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAD1BMVEWZttQvMDEoKisqKywAAAApvvoVAAAAGElEQVQYlWNgYUQBLAxMDCiAeXgLoHsfAD03AHOyfqy1AAAAAElFTkSuQmCC

Update to UAA 3.0.1

25 Jan 20:21
Compare
Choose a tag to compare

This release updates the UAA version to 3.0.1

New Spec Properties:

  • uaa.ldap.referral
  • login.saml.wantAssertionSigned
  • uaa.scim.groups - now supports a hash of key/value where key=group name value=group display name

Update to UAA 3.0.0

19 Jan 19:51
Compare
Choose a tag to compare

This release updates the UAA version from 2.7.3 to 3.0.0