Skip to content

Commit c8023ba

Browse files
authored
fix: client-authentication-method 변경 (#376)
1 parent bcff03d commit c8023ba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

clokey-api/src/main/resources/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spring:
5454
client-secret: ${APPLE_CLIENT_SECRET}
5555
redirect-uri: ${APPLE_REDIRECT_URI}
5656
authorization-grant-type: authorization_code
57-
client-authentication-method: private_key_jwt
57+
client-authentication-method: client_secret_post
5858
scope:
5959
- openid
6060
provider: apple

clokey-api/src/main/resources/application-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spring:
5454
client-secret: ${APPLE_CLIENT_SECRET}
5555
redirect-uri: ${APPLE_REDIRECT_URI}
5656
authorization-grant-type: authorization_code
57-
client-authentication-method: private_key_jwt
57+
client-authentication-method: client_secret_post
5858
scope:
5959
- openid
6060
provider: apple

clokey-api/src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spring:
5454
client-secret: ${APPLE_CLIENT_SECRET}
5555
redirect-uri: ${APPLE_REDIRECT_URI}
5656
authorization-grant-type: authorization_code
57-
client-authentication-method: private_key_jwt
57+
client-authentication-method: client_secret_post
5858
scope:
5959
- openid
6060
provider: apple

0 commit comments

Comments
 (0)