소스 검색

removed more security namespaces

mlnicolas 8 년 전
부모
커밋
b769dddb1d
2개의 변경된 파일0개의 추가작업 그리고 26개의 파일을 삭제
  1. 0 13
      crss-dataflow-app/application.yml
  2. 0 13
      crss-meterprocess-app/application.yml

+ 0 - 13
crss-dataflow-app/application.yml

@@ -45,19 +45,6 @@ server:
     enabled: true
     min-response-size: 1
 
-security:
-  oauth2:
-    client:
-      accessTokenUri: http://localhost:8082/oauth/access_token
-      userAuthorizationUri: http://localhost:8082/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:8082/user
-
 logging:
   level:
     com.pemc: DEBUG

+ 0 - 13
crss-meterprocess-app/application.yml

@@ -73,19 +73,6 @@ eureka:
 #    leaseRenewalIntervalInSeconds: 1
 #    leaseExpirationDurationInSeconds: 2
 
-security:
-  oauth2:
-    client:
-      accessTokenUri: http://localhost:8082/oauth/access_token
-      userAuthorizationUri: http://localhost:8082/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:8082/user
-
 logging:
   level:
     com.pemc: DEBUG