Skip to content

Releases: cloudfoundry/uaa-release

Updated to UAA 3.3.0.2 - Security Release (CVE-2016-4468)

01 Jul 17:08
Compare
Choose a tag to compare

UAA 3.4.0 - Fix indentation for ldap.ssl.sslCertificate

UAA 3.3.0.1 - Fix indentation for ldap.ssl.sslCertificate

Updated to UAA 3.4.0

15 Aug 22:25
Compare
Choose a tag to compare
v12

Create final release

Updated to UAA 3.3.0.1

15 Aug 22:25
Compare
Choose a tag to compare
v11

Create final release

Release Notes for v10

21 Apr 00:30
Compare
Choose a tag to compare

Updated JDK blobs to openjdk-1.8.0_91-x86_64

Bug Fixes:
https://www.pivotaltracker.com/story/show/118029989

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