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
Attributes set to the ClientGraphQlRequest are not forwarded/set on the WebClient when making a POST request within HttpGraphQlTransport.
I actually wanted to set the CLIENT_REGISTRATION_ID on a request basis in oder to use different Spring Security based ClientRegistrations per request. However the attribute is never forwarded to the WebClient and therefor not accessible from the Spring Security filter function.