users@jersey.java.net

OpenSSO Integration

From: Ronak Patel <ronak2121_at_yahoo.com>
Date: Mon, 12 Oct 2009 12:03:38 -0700 (PDT)

All,

I've been trying to get OpenSSO integrated with JAX-RS Jersey and I'm having a problem with it that I'm wondering someone else may also have had.

I have an OpenSSO Agent set up in front of my Jersey applications to authenticate and authorize with OpenSSO on Tomcat 6.

The weird thing I'm seeing is that OpenSSO is not always setting the principal in the container.

I was wondering if it would be required to implement my own concrete class for the SecurityContext which parses the http headers and pulls the Principal from OpenSSO using the OpenSSOclientsdk.

Has anyone ever encountered this?

Thanks!

Ronak