Polish How-to Customize UserInfo response
Remove extraneous numbered callout. Issue gh-537
This commit is contained in:
@@ -113,7 +113,7 @@ public class JwtUserInfoMapperSecurityConfig {
|
||||
return http.build();
|
||||
}
|
||||
|
||||
@Bean // <4>
|
||||
@Bean
|
||||
public JwtDecoder jwtDecoder(JWKSource<SecurityContext> jwkSource) {
|
||||
return OAuth2AuthorizationServerConfiguration.jwtDecoder(jwkSource);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user