-
Notifications
You must be signed in to change notification settings - Fork 474
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
Should perform audience checking. #137
Comments
I ran into this today as well. I think something like this will check for the audience (assuming it's the same as the issuer) sonnymai@578c6dd |
Wont this be solved by recipient? |
AFAIK there is going to be another major version upgrade due separation of It could be a good place to make Replaying possibility opens up also scenarios where user could get authenticated login session to system where he/she should not have access in the first place (i.e. IdP would not have allowed login to that particular system due lack of some privilege etc.). Safe default for ping @markstos |
I believe this has been completed in node-saml/node-saml#25 |
This strategy doesn't check the audience of the assertion, opening up a potential security hole in which a user is authenticated using an assertion that was intended for a different service provider.
The text was updated successfully, but these errors were encountered: