1. 26 May, 2015 11 commits
    • Stephane Nicoll's avatar
      Merge branch '1.2.x' · 9f010ed8
      Stephane Nicoll authored
      9f010ed8
    • Stephane Nicoll's avatar
      Fix Gzip filter properties · 160f2d34
      Stephane Nicoll authored
      Fix `excludeAgentPatterns`, `excludePaths` and `excludePathPatterns`
      properties. Introduce `excludedMimeTypes` property.
      
      Fixes gh-3042
      160f2d34
    • Stephane Nicoll's avatar
      Merge branch '1.2.x' · 3423972c
      Stephane Nicoll authored
      3423972c
    • Stephane Nicoll's avatar
      Refine log message · 676b7d71
      Stephane Nicoll authored
      Rework c03e14be to avoid an extra empty space in log message
      
      See gh-3033
      676b7d71
    • Stephane Nicoll's avatar
      Fix build · e0d34b94
      Stephane Nicoll authored
      e0d34b94
    • Stephane Nicoll's avatar
      Merge pull request #3040 from izeye/patch-10 · 04d7df92
      Stephane Nicoll authored
      * patch-10:
        Fix broken link in doc
      04d7df92
    • izeye's avatar
      Fix broken link in doc · 9993b63a
      izeye authored
      Closes gh-3040
      9993b63a
    • Dave Syer's avatar
      Add @EnableOAuth2Sso and spring.oauth2.sso.* · c5dc3f56
      Dave Syer authored
      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.
      c5dc3f56
    • Dave Syer's avatar
    • Dave Syer's avatar
      Update to latest 1.3 code · 5468949a
      Dave Syer authored
      5468949a
    • Greg Turnquist's avatar
      Auto-configure Spring Security OAuth2 when detected on the classpath · 53f67a44
      Greg Turnquist authored
      * Automatically spin up Authorization Server and Resource Server
      * Automatically configures method level security included OAuth2Expression handler
      * Wrote extensive unit tests verifying default behavior as well as the auto-configuration backing off when custom Authorization/Resource servers are included
      * Created org.springframework.boot.security.oauth2 subpackage to contain it
      * Can also disable either resource of authorization server completely with a single property for each
      * Print out the auto-generated secrets and other settings
      * Added spring-boot-sample-secure-oauth2 to provide a sample that can be run and poked with curl as well as some automated tests.
      * Make users ask for which servers to install by adding @Enable*
      * User has to @EnableGlobalMethodSecurity instead of using properties files
      
      Add Spring Security OAuth2 support to Spring Boot CLI
      
      * Triggered from either @EnableAuthorizationServer or @EnableResourceServer
      * Needs to have @EnableGlobalMethodSecurity to allow picking the annotation model.
      * By default, comes with import support for @PreAuthorize, @PreFilter, @PostAuthorize, and @PostFilter via a single start import
      * Also need import support for the enable annotations mentioned above.
      * Added extra test case and sample (oauth2.groovy)
      53f67a44
  2. 25 May, 2015 2 commits
  3. 22 May, 2015 1 commit
  4. 21 May, 2015 1 commit
  5. 20 May, 2015 11 commits
  6. 19 May, 2015 14 commits