Change the Open ID code to use Jersey client for all #4752
Labels
enhancement
A new feature or enhancement to an existing feature
f:auth
Authentication, authorisation, TLS, security, etc.
Milestone
Currently
stroom.security.common.impl.ExternalIdpConfigurationProvider#fetchOpenIdConfigurationResponse
is using the Apache Http Client, while the rest of the requests to the IDP (OpenIdPublicKeysSupplier
andOpenIdTokenRequestHelper
) are using the OPEN_ID named jersey client.It would make sense to only have one set of client config for the OpenID interactions.
The text was updated successfully, but these errors were encountered: