From 73fb813270489dd5d3193f1746cf306f354715ea Mon Sep 17 00:00:00 2001 From: leeeryboy Date: Sat, 13 Jan 2024 13:05:50 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20test=EC=97=90=EC=84=9C=20idsnu?= =?UTF-8?q?cse=20=EC=A0=91=EA=B7=BC=20x"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit cf526452abdc629b433efe701c9fd6ff60893f1e. --- src/main/resources/application.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 1817e8e4..942b2840 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -3,6 +3,20 @@ spring: active: local datasource: driver-class-name: com.mysql.cj.jdbc.Driver + security: + oauth2: + client: + registration: + idsnucse: + client-id: cse-waffle-dev + client-secret: ${OIDC_CLIENT_SECRET} + authorization-grant-type: authorization_code + scope: openid, profile, email + redirect-uri: http://localhost:8080/api/v1/login/oauth2/code/idsnucse + provider: + idsnucse: + issuer-uri: https://id.snucse.org/o + jwk-set-uri: https://id.snucse.org/o/jwks servlet: multipart: enabled: true @@ -50,20 +64,6 @@ spring: properties: hibernate: dialect: com.wafflestudio.csereal.common.config.MySQLDialectCustom - security: - oauth2: - client: - registration: - idsnucse: - client-id: cse-waffle-dev - client-secret: ${OIDC_CLIENT_SECRET} - authorization-grant-type: authorization_code - scope: openid, profile, email - redirect-uri: http://localhost:8080/api/v1/login/oauth2/code/idsnucse - provider: - idsnucse: - issuer-uri: https://id.snucse.org/o - jwk-set-uri: https://id.snucse.org/o/jwks logging.level: default: INFO