Reputation: 11
There's no proxy support for OidcAuthenticator and OidcProfileCreator in /callback api. I've requirement where okta can be accessible by internal proxies. We do have support for proxy in ResourceRetriever. Does anyone know if we can use proxy.
Proxy support in okta authentication.
Upvotes: 1
Views: 54
Reputation: 2699
For the OidcAuthenticator
and OidcProfileCreator
, you need to set up the proxy at the JVM level.
Upvotes: 0