Skip to content
Snippets Groups Projects
Commit 5a9b271b authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Supported NameIDFormats is arrayized, then also return the default in array form

parent d8e5d26f
No related branches found
No related tags found
No related merge requests found
...@@ -775,7 +775,7 @@ class SAML2 ...@@ -775,7 +775,7 @@ class SAML2
'entityid' => $entityid, 'entityid' => $entityid,
'SingleSignOnService' => $sso, 'SingleSignOnService' => $sso,
'SingleLogoutService' => $slo, 'SingleLogoutService' => $slo,
'NameIDFormat' => $config->getArrayizeString('NameIDFormat', Constants::NAMEID_TRANSIENT), 'NameIDFormat' => $config->getArrayizeString('NameIDFormat', [Constants::NAMEID_TRANSIENT]),
]; ];
$cryptoUtils = new Utils\Crypto(); $cryptoUtils = new Utils\Crypto();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment