Skip to content

Commit 8ee1c34

Browse files
author
Steve Riesenberg
committed
Polish How-to Customize UserInfo response
Remove extraneous numbered callout. Issue gh-537
1 parent d5e822c commit 8ee1c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/examples/src/main/java/sample/userinfo/jwt/JwtUserInfoMapperSecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public SecurityFilterChain defaultSecurityFilterChain(HttpSecurity http) throws
113113
return http.build();
114114
}
115115

116-
@Bean // <4>
116+
@Bean
117117
public JwtDecoder jwtDecoder(JWKSource<SecurityContext> jwkSource) {
118118
return OAuth2AuthorizationServerConfiguration.jwtDecoder(jwkSource);
119119
}

0 commit comments

Comments
 (0)