Custom Authentication and TLS 1.2
We currently use Okta as our authentication partner for HFM and FDM, and have had a custom authentication module (CustomAutheticationImpl) that handles the calling of Okta's API. Over the last few months we have been preparing for a switch over to TLS 1.2, and we officially made the change today.
And the moment that was done all HFM logins broke.
Something similar happened with out other apps that utilized Okta and they were able to get their apps up and running thanks to adding logic to the code to force TLS 1.2, has anyone experienced something similar? Is there an easy addition to the CustomAuth.jar that can get our API calls up and running again?