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
[connectivity] When making a request to a destination that has a certificate in its defintion, the certificate is only added, if it is needed for the according authentication type. That way, ClientCertificateAuthentication will have a certificate in the request, while OAuth2SAMLBearerAssertion does not. Previously, the certificate would be added regardless. (5bad86c)
Fixed Issues
[connectivity] Stop adding certificates when sending requests to a destination, if the authentication type does not require a certificate. (5bad86c)