Last active
December 16, 2015 09:38
-
-
Save halfbaked/5414139 to your computer and use it in GitHub Desktop.
example config for Cloud foundry UAA
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
delete the first two lines is ok ?
pid: /var/vcap/sys/run/uaa.pid
mbus: nats://localhost:4222