Class OAuthDcrAuthenticationProvider

java.lang.Object
io.meeds.oauth2.server.security.OAuthDcrAuthenticationProvider
All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider

public class OAuthDcrAuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
A Public Oauth clients Registration Handlers which will auto-register allowed redirect URI(s) domain names
  • Field Details

    • NON_PUBLIC_CLIENT_METADATA

      public static final List<String> NON_PUBLIC_CLIENT_METADATA
  • Constructor Details

  • Method Details

    • supports

      public boolean supports(Class<?> authentication)
      Specified by:
      supports in interface org.springframework.security.authentication.AuthenticationProvider
    • authenticate

      public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException
      Specified by:
      authenticate in interface org.springframework.security.authentication.AuthenticationProvider
      Throws:
      org.springframework.security.core.AuthenticationException