-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get SAMLAssertion from SAMLResponse using java code? #84
Comments
This is a javascript library, so hopefully you meant javascript rather than java. :-) If you are just looking for something that can help with arbitrary parsing tasks for saml documents, this probably isn't it. This library is really designed to be a little higher level than that. But if you'd like to provide some more details on what you're trying to do, I'm happy to take a look and suggest any bits from this library that might be reusable. |
I was looking java code (basically - decoding code) which can retrieves from the string. I am able to retrieves it but when I am sending SAMLAssertion to WSO2 IdP (Identity Provider) it gives me following error, looking to track it but not sure about the reason of failure ERROR {org.wso2.carbon.identity.oauth2.token.handlers.grant.saml.SAML2BearerGrantHandler} - Error in constructing XML Object from the encoded String {org.wso2.carbon.identity.oauth2.token.handlers.grant.saml.SAML2BearerGrantHandler} org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog. |
Sorry, that doesn't sound to me like it has anything to do with this library. |
No description provided.
The text was updated successfully, but these errors were encountered: