OpenConext / Stepup-saml-bundle

A PHP Symfony bundle that adds SAML capabilities to your application using simplesamlphp/saml2
Apache License 2.0
14 stars 24 forks source link

Allow empty NameID in authn request #77

Closed jorissteyn closed 6 years ago

jorissteyn commented 6 years ago

Commit 90f7a33 incorrectly assumed there is always a NameID, which is not the case. This commit restores the original behaviour where null is returned when there is no NameID.

MKodde commented 6 years ago

Thanks for this fix, I will tag this as version 3.0.1