Policy Agent + Distributed Authentication UI?
Can I deploy the distAuth application inside a policy agent protected container, or does it have to be deployed in a non-protected container?Thanks,Michael.
# 1
It depends. For web agents, DA and web agent can co-exist on the same container. For j2ee agents, they can't. There are workarounds to make it work, however it has not been tested well.shivaram
# 2
Thanks, that's exactly the answer I was looking for. I was trying to deploy on a J2EE container, and while I'm interested in the workarounds, it's probably simpler for me to just deploy another container instance.