javaspringoauth-2.0spring-framework-beans

What is the replacement for deprecated BasicAuthorizationInterceptor?


I am using a new BasicAuthorizationInterceptor to do the basic authentication in oauth2.0. I can't find a replacement for the deprecated BasicAuthorizationInterceptor. Please help me with it


Solution

  • Using BasicAuthenticationInterceptor worked for me.