tags:

views:

190

answers:

2

For web based Single Sign On (SSO) We need to implement as per SAML2.0 Starndard specification. Would appreciate if any one provides some info on how to use OpenSAML2.0 using JDK 1.4

A: 

From the OpenSAML 2.2.3 readme file:

  • OpenSAML, to date, has only been tested on JDK 1.5 but support for 1.4 is planned for the final 1.0 release.

I don't know what this means when the release version is well past 1.0.

Darron
+2  A: 

OpenSAML is a low-level lib, providing building blocks. Consider something higher level, such as OpenSSO or Shibboleth-IdP, which could meet your needs.

Also review http://stackoverflow.com/users/33905/metadaddy answers.

jon077