Skip to content

Commit 0a3a96a

Browse files
committed
chore: aud확인 로그 추가
1 parent 59d7fff commit 0a3a96a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/apptive/team5/oauth2/component/AppleApiConnector.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public Claims verifyIdentityToken(String identityToken) {
8181
}
8282

8383
Set<String> audience = tokenClaims.getAudience();
84+
log.info("Apple identity token audience: {}", audience);
8485

8586
if (audience == null || !audience.contains(clientId)) {
8687
log.info("audience mismatch");

0 commit comments

Comments
 (0)