You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: