diff --git a/modules/saml/lib/Auth/Source/SP.php b/modules/saml/lib/Auth/Source/SP.php index 0cdee27b195d04b47551d40799e3a614f1d237b5..8e47e64e335a7e1046881bdda3bb1b510b42e422 100644 --- a/modules/saml/lib/Auth/Source/SP.php +++ b/modules/saml/lib/Auth/Source/SP.php @@ -140,7 +140,7 @@ class SP extends \SimpleSAML\Auth\Source ]; // add NameIDPolicy - if ($this->metadata->hasValue('NameIDValue')) { + if ($this->metadata->hasValue('NameIDPolicy')) { $format = $this->metadata->getValue('NameIDPolicy'); if (is_array($format)) { $metadata['NameIDFormat'] = Configuration::loadFromArray($format)->getString(