SAML SSO (Single Sign ON) Implementation

View: New views
1 Messages — Rating Filter:   Alert me  

SAML SSO (Single Sign ON) Implementation

by Vineeth D Nair :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am working on SAML SSO (Single Sign On) implementation in Web application (JSP Driven Architecture).

The Web application is already developed. For SAML Implementation, I am able to configure the Request / Response parameters and other application specific details.

 

But facing issue while generating SAML response, error may be due to Java version Conflict or JDom files (Jar Compatibility not sure). Code is working fine with Standalone application, but when implemented in application, getting error with deployed build code.

 

Error Details –

“Inside error The namespace xmlns:="urn:oasis:names:tc:SAML:2.0:assertion" could not be added as content to "samlp:Response": The namespace prefix "" collides with an attribute namespace on the element”

 

Tried to check on SAML / JDOM documentation for known Bugs, but not much helpful.

 Note : we are using Jdom 1.1 version

Can you please help and suggest on above issue?