Skip to content
Snippets Groups Projects
Commit e6167ff2 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Typo NameIDFormat versus NameIDformat. Thanks to James Hartford

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@174 44740490-163a-0410-bde0-09ae8108e29a
parent 7e746142
No related branches found
No related tags found
No related merge requests found
...@@ -143,9 +143,9 @@ class SimpleSAML_XML_SAML20_AuthnRequest { ...@@ -143,9 +143,9 @@ class SimpleSAML_XML_SAML20_AuthnRequest {
$spNameQualifier = $md['spNameQualifier']; $spNameQualifier = $md['spNameQualifier'];
$nameidformat = isset($md['NameIDformat']) ? $nameidformat = isset($md['NameIDFormat']) ?
$md['NameIDformat'] : $md['NameIDFormat'] :
'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent'; 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient';
$authnRequest = "<samlp:AuthnRequest " . $authnRequest = "<samlp:AuthnRequest " .
"xmlns:samlp=\"urn:oasis:names:tc:SAML:2.0:protocol\"\n" . "xmlns:samlp=\"urn:oasis:names:tc:SAML:2.0:protocol\"\n" .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment