|
|
@@ -24,11 +24,14 @@ cfg:
|
|
|
|
|
|
security:
|
|
|
oauth2:
|
|
|
- resource:
|
|
|
- userInfoUri: http://localhost:9999/uaa/user
|
|
|
- tokenInfoUri: http://localhost:9999/uaa/oauth/check_token
|
|
|
client:
|
|
|
accessTokenUri: http://localhost:9999/uaa/oauth/token
|
|
|
userAuthorizationUri: http://localhost:9999/uaa/oauth/authorize
|
|
|
clientId: crss
|
|
|
clientSecret: crsssecret
|
|
|
+ authorized-grant-types: authorization_code,refresh_token,password
|
|
|
+ scope: openid
|
|
|
+ access-token-validity-seconds: 3600
|
|
|
+ resource:
|
|
|
+ userInfoUri: http://localhost:9999/uaa/user
|
|
|
+
|