-
-
Notifications
You must be signed in to change notification settings - Fork 569
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
Add :skip_audience option #548
Conversation
@pitbulk Can I get your review/approval on this please? |
Can you update the README (Like 294) to mention this skip option? |
@pitbulk ready for re-review. Not sure if you're setup to monitor requests for re-review, but I triggered that as well. APologies for multiple notifications in the event you are! If there are no further questions/feedback, can we get this approved/merged and put an ETA on when the next release can be pushed out? |
I'm releasing java-saml toolkit and ruby-saml will be the next, I hope to release it in 1-2 weeks |
Summary
Adds an option to the SAML Response class, to skip the assertions during
#validate_audience
.Why this matters?
Some Service providers want to relax validation, and have this control via configuration. This was first surfaced in #515 and @pitbulk requested opening a PR to introduce it. Here's the PR =)