Skip to content
Snippets Groups Projects
Unverified Commit 7ab350ec authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Merge pull request #759 from deefour/patch-1

Fix typo in variable name.
parents d79ae502 38af53aa
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ foreach ($assertionsconsumerservices as $services) {
case 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST':
$acsArray['Binding'] = \SAML2\Constants::BINDING_HTTP_POST;
$acsArray['Location'] = SimpleSAML\Module::getModuleURL('saml/sp/saml2-acs.php/'.$sourceId);
if (!in_array(\SAML2\Constants::NS_SAMLP, $supported_protocolsi, true)) {
if (!in_array(\SAML2\Constants::NS_SAMLP, $supported_protocols, true)) {
$supported_protocols[] = \SAML2\Constants::NS_SAMLP;
}
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