|
|
@@ -24,5 +24,14 @@ cfg:
|
|
|
|
|
|
security:
|
|
|
oauth2:
|
|
|
+ client:
|
|
|
+ accessTokenUri: https://crss-dev.exist.com.ph/uaa/oauth/token
|
|
|
+ userAuthorizationUri: https://crss-dev.exist.com.ph/uaa/oauth/authorize
|
|
|
+ clientId: crss
|
|
|
+ clientSecret: crsssecret
|
|
|
+ authorized-grant-types: authorization_code,refresh_token,password
|
|
|
+ scope: openid
|
|
|
+ access-token-validity-seconds: 3600
|
|
|
resource:
|
|
|
- userInfoUri: https://crss-dev.exist.com.ph/uaa/user
|
|
|
+ userInfoUri: https://crss-dev.exist.com.ph/uaa/user
|
|
|
+ tokenInfoUri: https://crss-dev.exist.com.ph/uaa/oauth/check_token
|