Skip to content

Commit

Permalink
Merge pull request #780 from catalyst/issue778
Browse files Browse the repository at this point in the history
[#778] reinstate supported nameid format identifiers
  • Loading branch information
danmarsden authored Oct 16, 2023
2 parents 7997d07 + 665c6c4 commit 8fa4086
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@

// See section 8.3 from http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf for more information.
$nameidlist = [
'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified',
'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',
'urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName',
'urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName',
'urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos',
'urn:oasis:names:tc:SAML:2.0:nameid-format:entity',
'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent',
Expand Down

0 comments on commit 8fa4086

Please sign in to comment.