-
Notifications
You must be signed in to change notification settings - Fork 25
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
fix: SAML2 Issuer format SPID test 30, issuer MAY be omitted #128
Conversation
f49c407
to
184a023
Compare
184a023
to
9bbb7ec
Compare
Hi @peppelinux,
|
For information, before version 2.0.1 CIE was work correctly. |
@MdreW I see two problems in your output:
Please check that you have this change in your docker backend: I'm asking since it turns out that I have relaxed this check when the format attribute is not present, while in your output it seems to me that the check still happen |
@MdreW we didn't have changes (see: 9340187#diff-184556c7075814dc05546801301e9b16cf0d0728884ef56a461f60e1f013c7c7) then it seems to me that the CIE id IDP Saml Respose has changed making the spid validator fails |
Now work fine with SPID (no errors) but not with CIE:
|
It turns out that CIE SAML2 Response fails with SPID test number 30
at the same time, according to SAML2 Core and SPID tests, the response.issuer.format MUST be omitted or if present MUST be equal to ... and CIE SAML2 IDP returns a Saml2 Respons ewithout self.response.issuer.format
This PR fixes the Spid Validator