|
|
@@ -15,3 +15,18 @@ crss:
|
|
|
port: 22
|
|
|
username: crss_xdf
|
|
|
password: xdf123
|
|
|
+
|
|
|
+
|
|
|
+security:
|
|
|
+ oauth2:
|
|
|
+ client:
|
|
|
+ accessTokenUri: http://crss1edge-server.marathon.l4lb.thisdcos.directory:8080/uaa/oauth/access_token
|
|
|
+ userAuthorizationUri: http://crss1edge-server.marathon.l4lb.thisdcos.directory:8080/uaa/oauth/authorize
|
|
|
+ clientId: crss
|
|
|
+ clientSecret: crsssecret
|
|
|
+ authorized-grant-types: authorization_code,refresh_token,password
|
|
|
+ scope: openid
|
|
|
+ access-token-validity-seconds: 3600
|
|
|
+ resource:
|
|
|
+ filter-order: 3
|
|
|
+ userInfoUri: http://crss1edge-server.marathon.l4lb.thisdcos.directory:8080/uaa/user
|