Skip to content
Snippets Groups Projects
Commit 71c9e2a0 authored by Olav Morken's avatar Olav Morken
Browse files

saml:SP: Fix metadata generated for HoK profile.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3191 44740490-163a-0410-bde0-09ae8108e29a
parent 9a60843f
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ foreach ($assertionsconsumerservices as $services) {
break;
case 'urn:oasis:names:tc:SAML:2.0:profiles:holder-of-key:SSO:browser':
$acs->Binding = 'urn:oasis:names:tc:SAML:2.0:profiles:holder-of-key:SSO:browser';
$acs->ProtocolBinding = SAML2_Const::BINDING_HTTP_POST;
$acs->setAttributeNS(SAML2_Const::NS_HOK, 'hoksso:ProtocolBinding', SAML2_Const::BINDING_HTTP_POST);
$acs->Location = SimpleSAML_Module::getModuleURL('saml/sp/saml2-acs.php/' . $sourceId);
break;
}
......
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