Skip to content

Commit

Permalink
Saml2: fix the request for the orginasation attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Jun 15, 2023
1 parent fe0aefd commit 8fb0043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Xerte/Authentication/Saml2/settings.php.dist
Expand Up @@ -92,7 +92,7 @@ $settingsInfoArray = array (
"friendlyName" => "sn"
),
array(
"name" => "samlUserdata']['urn:oid:1.3.6.1.4.1.25178.1.2.9",
"name" => "urn:oid:1.3.6.1.4.1.25178.1.2.9",
"isRequired" => false,
"nameFormat" => "urn:oasis:names:tc:SAML:2.0:attrname-format:uri",
"friendlyName" => "organisation"
Expand Down

0 comments on commit 8fb0043

Please sign in to comment.