File tree Expand file tree Collapse file tree
clokey-api/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments