Similar to our JWTAuthInterceptor we would need to implement a new Feign Request Interceptor to support
OAuth2 Server-to-Server Credentials , this would need to be baked in
- the
ims lib
- the
core lib within the workspace context holder
- the various service using the
JWTAuthInterceptor so they could also use OAuth2 Server-to-Server Credentials when they are configured in the workspace
Similar to our
JWTAuthInterceptorwe would need to implement a newFeignRequest Interceptor to supportOAuth2 Server-to-Server Credentials, this would need to be baked inimslibcorelib within theworkspacecontext holderJWTAuthInterceptorso they could also useOAuth2 Server-to-Server Credentialswhen they are configured in theworkspace