|
|
@@ -0,0 +1,12 @@
|
|
|
+crss:
|
|
|
+ security:
|
|
|
+ oauth2:
|
|
|
+ default-redirect-uri: https://crss.wesm.ph
|
|
|
+ auto-approve: true
|
|
|
+ authorized-grant-types: authorization_code,refresh_token,password
|
|
|
+ access-token-validity-second: 3600
|
|
|
+ registered-redirect-uris: https://crss.wesm.ph,http://crss.wesm.ph
|
|
|
+ client:
|
|
|
+ client-id: crss
|
|
|
+ client-secret: crsssecret
|
|
|
+ scope: openid
|