spring-boot/spring-boot-cli
Dave Syer c5dc3f564b Add @EnableOAuth2Sso and spring.oauth2.sso.*
User can enable OAuth2 SSO by declaring the intent (@EnableOAuth2Sso)
and also configuring the client properties (spring.oauth2.client.*).
The spring.oauth2.sso.* are only needed to change the path for the
login (defaults to /login) - any other security configuration for the
protected resources can be added in a WebSecurityConfigurerAdapter
which carries the @EnableOAuth2Sso annotation.
2015-05-26 07:23:26 +01:00
..
samples Add @EnableOAuth2Sso and spring.oauth2.sso.* 2015-05-26 07:23:26 +01:00
src Add @EnableOAuth2Sso and spring.oauth2.sso.* 2015-05-26 07:23:26 +01:00
test-samples Start building against Reactor 2.0.1 snapshots 2015-04-27 13:47:42 +01:00
pom.xml Support bom-based dependency management in the CLI 2015-05-07 14:58:23 +01:00