Polish gh-929
This commit is contained in:
@@ -269,7 +269,7 @@ public SecurityFilterChain authorizationServerSecurityFilterChain(HttpSecurity h
|
|||||||
== OpenID Connect 1.0 UserInfo Endpoint
|
== OpenID Connect 1.0 UserInfo Endpoint
|
||||||
|
|
||||||
`OidcUserInfoEndpointConfigurer` provides the ability to customize the https://openid.net/specs/openid-connect-core-1_0.html#UserInfo[OpenID Connect 1.0 UserInfo endpoint].
|
`OidcUserInfoEndpointConfigurer` provides the ability to customize the https://openid.net/specs/openid-connect-core-1_0.html#UserInfo[OpenID Connect 1.0 UserInfo endpoint].
|
||||||
It defines extension points that let you customize the https://openid.net/specs/openid-connect-core-1_0.html#UserInfoResponse[UserInfo response].
|
It defines extension points that let you customize the pre-processing, main processing, and post-processing logic for https://openid.net/specs/openid-connect-core-1_0.html#UserInfoRequest[UserInfo requests].
|
||||||
|
|
||||||
`OidcUserInfoEndpointConfigurer` provides the following configuration options:
|
`OidcUserInfoEndpointConfigurer` provides the following configuration options:
|
||||||
|
|
||||||
|
|||||||
@@ -174,6 +174,7 @@ public final class OidcUserInfoEndpointConfigurer extends AbstractOAuth2Configur
|
|||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @param userInfoMapper the {@link Function} used to extract claims from {@link OidcUserInfoAuthenticationContext} to an instance of {@link OidcUserInfo}
|
* @param userInfoMapper the {@link Function} used to extract claims from {@link OidcUserInfoAuthenticationContext} to an instance of {@link OidcUserInfo}
|
||||||
|
* @return the {@link OidcUserInfoEndpointConfigurer} for further configuration
|
||||||
*/
|
*/
|
||||||
public OidcUserInfoEndpointConfigurer userInfoMapper(
|
public OidcUserInfoEndpointConfigurer userInfoMapper(
|
||||||
Function<OidcUserInfoAuthenticationContext, OidcUserInfo> userInfoMapper) {
|
Function<OidcUserInfoAuthenticationContext, OidcUserInfo> userInfoMapper) {
|
||||||
|
|||||||
Reference in New Issue
Block a user