Browse Source

Update 'application-exist-dev.yml'

crssadmin 4 months ago
parent
commit
fd6a86938e
1 changed files with 6 additions and 3 deletions
  1. 6 3
      application-exist-dev.yml

+ 6 - 3
application-exist-dev.yml

@@ -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
+