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
JWTAuthInterceptor
we would need to implement a newFeign
Request Interceptor to supportOAuth2 Server-to-Server Credentials
, this would need to be baked inims
libcore
lib within theworkspace
context holderJWTAuthInterceptor
so they could also useOAuth2 Server-to-Server Credentials
when they are configured in theworkspace