You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was integrating this idp with a service that requires me to have an AuthnContextClassRef, it by default accepts: urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified which seems pretty standard.
But in this package for some reason the default value found here
Hi,
I was integrating this idp with a service that requires me to have an AuthnContextClassRef, it by default accepts:
urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified
which seems pretty standard.But in this package for some reason the default value found here
laravel-samlidp/src/Jobs/SamlSso.php
Line 110 in 516db46
is:
urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified
Is there any rhyme or reason behind this or would it be possible for me to make a PR to change that line to use this constant found here?
https://github.com/lightSAML/lightSAML/blob/b5e37b001c68da82bea8b2ca30230598368c51d1/src/LightSaml/SamlConstants.php#L69
Thanks!
The text was updated successfully, but these errors were encountered: