-
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
Possibility to get SamlResponse XML #328
Comments
@markstos When you have a second, can you check out my PR, would like to get your feedback on it. |
So |
I agree on the problem, but not on the solution. In reviewing the way I use One of the times when it's really useful is when login fails. At that point, there might be no profile found, right? So I'm not sure it makes sense to add this feature as a method of the the profile. I end up parsing the body myself before I even hand to ``
|
@markstos Unfortunately |
@markstos I agree that having it part of the profile object might not be the best solution for the problem, I just need to be able to have access to the generated saml response xml (base64 or xml string) |
@markstos Any update on this? |
@markstos Any news on this? I would really like to get the ability to extract the saml response xml into the library. Please let me know if there are any changes you would like for the PR to be approved. |
@markstos Apologies to keep pressing on this, but any news? |
@markstos Any update? |
@markstos Whenever you have a second, can you please let me know what I would need to change in the PR to get this into the library? |
Is it possible to obtain the raw SamlResponse XML from passport-saml.
Currently the only thing possible is to extract the assertion xml.
The text was updated successfully, but these errors were encountered: