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

ProxyRestrictionConditionValidator is missing in the OpenSaml4AuthenticationProvider.SAML20AssertionValidators class #14931

Closed
ek-ma opened this issue Apr 19, 2024 · 1 comment
Assignees
Labels
in: saml2 An issue in SAML2 modules type: bug A general bug
Milestone

Comments

@ek-ma
Copy link

ek-ma commented Apr 19, 2024

Error
An error is triggered when trying to validate an Assertion that contains a ProxyRestriction as one of its conditions. The following error is displayed :
Invalid assertion [xxx] for SAML response [xxx]: Unknown Condition '{urn:oasis:names:tc:SAML:2.0:assertion}ProxyRestriction' of type 'null' in assertion 'xxx'

It may be due to the fact that the conditions present in the OpenSaml4AuthenticationProvider.SAML20AssertionValidators do not include the ProxyRestrictionConditionValidator.

Expected behavior
The expected behavior is to have all of the conditions

Thanks,

@jzheaux
Copy link
Contributor

jzheaux commented Apr 25, 2024

Thanks for the report, @ek-ma! This is now merged and will go out in the next maintenance release.

@jzheaux jzheaux added this to the 5.8.13 milestone Apr 25, 2024
@jzheaux jzheaux self-assigned this Apr 25, 2024
@jzheaux jzheaux added in: saml2 An issue in SAML2 modules and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 25, 2024
jzheaux added a commit that referenced this issue May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: saml2 An issue in SAML2 modules type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants