[Important] Breaking changes in UAA Release v35
Sree Tummidi
Hi All,
Starting with UAA bosh release v35 <http://bosh.io/releases/github.com/cloudfoundry/uaa-release?version=35> the following ERB validations have been added for OAuth Clients: 1. *redirect-uri* is required if authorized-grant-types contains "authorization_code" or "implicit" 2. *secret* is required if authorized-grant-types contains "authorization_code", "implicit" or "password". 3. *scope* is required if authorized-grant-types contains "authorization_code", "implicit" or "password" 4. *authorities* is required if authorized-grant-types contains "client_credentials" 5. *authorized-grant-types* should contain at least one of the following values : "authorization_code", "implicit", "password" , "client_credentials" Please ensure that your UAA bosh release yml is set up properly *as deployment will not proceed* without these changes. Thanks, Sree Tummidi Staff Product Manager Identity - Pivotal Cloud Foundry
|
|