소스 검색

Update 'application-exist-dev.yml'

crssadmin 4 달 전
부모
커밋
fd6a86938e
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  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
+