Skip to content

Commit f43fdff

Browse files
committed
docs: small comment fix
1 parent 3e6776b commit f43fdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/eu/zuinnote/example/springwebdemo/configuration/SecurityConfigurationOidc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public GrantedAuthoritiesMapper userAuthoritiesMapper() {
8080
mappedAuthorities.addAll(
8181
this.parseClaim("IdToken", idTokenClaim, claim));
8282
}
83-
// map all claims from the EndUser Endpoint
83+
// map all claims from the UserInfo Endpoint
8484
for (String userEndpointClaim :
8585
this.config.getOidc().getMapper().getUserClaims()) {
8686
Object claim = userInfo.getClaim(userEndpointClaim);

0 commit comments

Comments
 (0)