Skip to content
Snippets Groups Projects
Commit 0e163a34 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Migrate a remaining occurance of SAML2_Const

parent 21b0797c
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ try { ...@@ -130,7 +130,7 @@ try {
if ($idpmeta->getBoolean('saml20.ecp', false)) { if ($idpmeta->getBoolean('saml20.ecp', false)) {
$metaArray['SingleSignOnService'][] = array( $metaArray['SingleSignOnService'][] = array(
'index' => 0, 'index' => 0,
'Binding' => SAML2_Const::BINDING_SOAP, 'Binding' => Constants::BINDING_SOAP,
'Location' => HTTP::getBaseURL().'saml2/idp/SSOService.php', 'Location' => HTTP::getBaseURL().'saml2/idp/SSOService.php',
); );
} }
......
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