Class OAuth2AuthorizationServerJwtAutoConfiguration

java.lang.Object
org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerJwtAutoConfiguration

@AutoConfiguration(after=UserDetailsServiceAutoConfiguration.class) @ConditionalOnClass(org.springframework.security.oauth2.server.authorization.OAuth2Authorization.class) @ConditionalOnWebApplication(type=SERVLET) public class OAuth2AuthorizationServerJwtAutoConfiguration extends Object
Auto-configuration for JWT support for endpoints of the OAuth2 authorization server that require it (e.g. User Info, Client Registration).
Since:
3.1.0
Author:
Steve Riesenberg
  • Constructor Details

    • OAuth2AuthorizationServerJwtAutoConfiguration

      public OAuth2AuthorizationServerJwtAutoConfiguration()