Class SpringAddonsOidcResourceServerProperties

java.lang.Object
com.c4_soft.springaddons.security.oidc.starter.properties.SpringAddonsOidcResourceServerProperties

public class SpringAddonsOidcResourceServerProperties extends Object
Auto-configuration for an OAuth2 resource server Security(Web)FilterChain with @Order(LOWEST_PRECEDENCE). Typical use case is a REST API secured with access tokens. Default configuration is as follow: no securityMatcher to process all the requests that were not intercepted by higher @Order Security(Web)FilterChains, no session, disabled CSRF protection, and 401 to unauthorized requests.
Author:
Jerome Wacongne ch4mp@c4-soft.com
  • Constructor Details

    • SpringAddonsOidcResourceServerProperties

      public SpringAddonsOidcResourceServerProperties()