Skip to content
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

Feature: Return Raw Decrypted Assertion #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sandmman
Copy link

@sandmman sandmman commented Mar 27, 2019

Our current project needs to be able to validate that the name ID format.

<saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress">[email protected]</saml:NameID>

For the moment, we're working off a fork that returns the decrypted assertion since its unintrusive and would give the user control to perform other validations if necessary, but would be happy to approach this from another direction if you would prefer.

See related feature request: [https://github.com//issues/166]

@sandmman sandmman changed the title Return Raw Decrypted Assertion Feature: Return Raw Decrypted Assertion Mar 27, 2019
@gabegorelick gabegorelick mentioned this pull request Aug 9, 2019
@budjb
Copy link

budjb commented Mar 28, 2020

This is a feature I need as well: to be able to grab the raw, decrypted saml response. I need this in order to pass along to another federated authentication system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants