Apoorve
Apoorve

Reputation: 165

Enabling Web Service Security With OpenAM WSS Agent

I am struggling with setting up the Web service security with OpenAM. Here is what I have done so far:

  1. I looked up openam documentation but I could nto find anything significant which points to web service security implementation details.

  2. However I found this link (http://www.oracle.com/technetwork/java/wss-sdn-1-137232.html) on OpenSSO oracle website which gives step by step instructions to secure the web services.

  3. Also I found this post (http://www.stormacq.com/web-services-security-with-opensso-security-token-service-sts/) which essentially says that there are many issues one might face while trying to implement WSS in OpenAM.

  4. I followed oracle link (point 2 above) and tried to implement the WSS in OpenAM version 10.0.0:

My questions:

Any help here will be sincerely appreciated. Thanks in Advance.

Upvotes: 2

Views: 1421

Answers (1)

Bernhard Thalmayr
Bernhard Thalmayr

Reputation: 2744

WSS Agent actually is a JAX-WS filter implementation. It does not rely on GlassFish you can also use it with Tomcat and Metro. However I've not tested it with Apache CXF yet.

Unfortunately there's no real documentation yet. If you face issues you may post it to the OpenAM mailing list.

Upvotes: 1

Related Questions