Skip to content

Instantly share code, notes, and snippets.

@spencergibb
Created July 15, 2015 00:33
Show Gist options
  • Save spencergibb/477e1ae73c7c20a7c3d1 to your computer and use it in GitHub Desktop.
Save spencergibb/477e1ae73c7c20a7c3d1 to your computer and use it in GitHub Desktop.
spring:
oauth2:
sso:
home:
secure: false
path: /env
client:
accessTokenUri: http://localhost:9999/uaa/oauth/token
userAuthorizationUri: http://localhost:9999/uaa/oauth/authorize
clientId: acme
clientSecret: acmesecret
resource:
userInfoUri: http://localhost:9999/uaa/user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment