Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge "Add MCF admin user and vmc refresh token grant type."
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Boedicker & Tim Labeeuw authored and Gerrit Code Review committed Jan 29, 2013
2 parents 4ccb757 + cb83211 commit e66e8ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions micro/manifest-ng.yml
Expand Up @@ -265,6 +265,17 @@ properties:
password:
port: 8100
catalina_opts: -Xmx128m -Xms30m -XX:MaxPermSize=128m
scim:
users:
- micro@vcap.me|micro|scim.write,scim.read,openid
clients:
vmc:
authorized-grant-types: implicit,password,refresh_token
scope: cloud_controller.read,cloud_controller.write,openid,password.write
authorities: uaa.none
id: vmc
redirect-uri: http://uaa.cloudfoundry.com/redirect/vmc,https://uaa.cloudfoundry.com/redirect/vmc
access-token-validity: 604800
uaadb:
address: 127.0.0.1
port: 2544
Expand Down

0 comments on commit e66e8ec

Please sign in to comment.