Ver Fonte

Update 'application-exist-dev.yml'

crssadmin há 4 meses atrás
pai
commit
fd6a86938e
1 ficheiros alterados com 6 adições e 3 exclusões
  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
+