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

Repair AuthNRequest NameID problem #123

Closed MKodde closed 1 year ago

MKodde commented 1 year ago
  1. The name id accessed the nameID from the SAML2 library without heeding the possibility of it not being set. Resulting in a call to getValue on null
  2. The nightly security checker has been enabled for the project.