Class OidcProviderConfigurationEndpointConfigurer
java.lang.Object
org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers.OidcProviderConfigurationEndpointConfigurer
Configurer for the OpenID Connect 1.0 Provider Configuration Endpoint.
-
Method Summary
Modifier and TypeMethodDescriptionprotected final org.springframework.security.config.annotation.ObjectPostProcessor<Object>protected final <T> TpostProcess(T object) providerConfigurationCustomizer(Consumer<OidcProviderConfiguration.Builder> providerConfigurationCustomizer) Sets theConsumerproviding access to theOidcProviderConfiguration.Builderallowing the ability to customize the claims of the OpenID Provider's configuration.
-
Method Details
-
providerConfigurationCustomizer
public OidcProviderConfigurationEndpointConfigurer providerConfigurationCustomizer(Consumer<OidcProviderConfiguration.Builder> providerConfigurationCustomizer) Sets theConsumerproviding access to theOidcProviderConfiguration.Builderallowing the ability to customize the claims of the OpenID Provider's configuration.- Parameters:
providerConfigurationCustomizer- theConsumerproviding access to theOidcProviderConfiguration.Builder- Returns:
- the
OidcProviderConfigurationEndpointConfigurerfor further configuration
-
postProcess
protected final <T> T postProcess(T object) -
getObjectPostProcessor
protected final org.springframework.security.config.annotation.ObjectPostProcessor<Object> getObjectPostProcessor()
-