- All Implemented Interfaces:
- org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>
@Configuration
@Conditional(value=OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition.class)
public class OAuth2SsoDefaultConfiguration
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
Configuration for OAuth2 Single Sign On (SSO). If the user only has
@EnableOAuth2Sso
but not on a WebSecurityConfigurerAdapter
then one is
added with all paths secured.
- Since:
- 1.3.0