@Configuration @EnableConfigurationProperties(value=OAuth2SsoProperties.class) public class OAuth2SsoDefaultConfiguration extends Object
@EnableOAuth2Sso
but not on a WebSecurityConfigurerAdapter
then one is
added with all paths secured and with an order that puts it ahead of the default HTTP
Basic security chain in Spring Boot.Modifier and Type | Class and Description |
---|---|
protected static class |
OAuth2SsoDefaultConfiguration.WebSecurityConfiguration |
Constructor and Description |
---|
OAuth2SsoDefaultConfiguration() |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.