Class OAuthDcrHttpAuthenticationConverter

java.lang.Object
io.meeds.oauth2.server.plugin.OAuthDcrHttpAuthenticationConverter
All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationConverter

@Component public class OAuthDcrHttpAuthenticationConverter extends Object implements org.springframework.security.web.authentication.AuthenticationConverter
Override default in order to allow using DCR with empty scopes
  • Constructor Details

    • OAuthDcrHttpAuthenticationConverter

      public OAuthDcrHttpAuthenticationConverter()
  • Method Details

    • convert

      public org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      convert in interface org.springframework.security.web.authentication.AuthenticationConverter