The CA connectors of Identity Manager use a session ID cookie embedded in the cardjob to allow the JPKIEncoder to authenticate any CA requests it has to make. The reverse proxy's authentication layer must allow the CA connector cookies without authentication. Calls will still be authenticated, via Identity Manager itself.
Enable everything in the /ws/ca_connectors/ folder to pass through without authentication. For example:
Example with Hybrid Access Gateway as reverse proxy
CODE
https://prime.with.hag/prime_explorer/ws/ca_connectors/*
=>
https://prime.internal:8443/prime_explorer/ws/ca_connectors/*
Make sure you use the correct syntax for your reverse proxy.
Make sure that cookies, at least JSESSIONID
, are forwarded on these endpoints.