Skip to content

Instantly share code, notes, and snippets.

@halfbaked
Last active December 16, 2015 09:38
Show Gist options
  • Save halfbaked/5414139 to your computer and use it in GitHub Desktop.
Save halfbaked/5414139 to your computer and use it in GitHub Desktop.
example config for Cloud foundry UAA
oauth:
client:
override: true
autoapprove:
- cf
clients:
cf:
override: true
authorized-grant-types: password,implicit
authorities: uaa.none
scope: cloud_controller.read,cloud_controller.write,openid,password.write,cloud_controller.admin,scim.read,scim.write
jwt:
token:
signing-key: 'tokensecret'
verification-key: 'tokensecret'
scim:
userids_enabled: false
user.override: true
users:
- admin|password|scim.write,scim.read,openid,cloud_controller.admin
@ndzj081221130
Copy link

delete the first two lines is ok ?

pid: /var/vcap/sys/run/uaa.pid
mbus: nats://localhost:4222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment