Skip to content
Snippets Groups Projects
Commit 79df11b0 authored by Tim van Dijen's avatar Tim van Dijen Committed by Tim van Dijen
Browse files

Fix url

parent ed2ac703
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ class Federation ...@@ -174,7 +174,7 @@ class Federation
$saml2entities = []; $saml2entities = [];
if (count($idps) > 1) { if (count($idps) > 1) {
foreach ($idps as $index => $idp) { foreach ($idps as $index => $idp) {
$idp['url'] = Module::getModuleURL('saml/2/idp/metadata/' . $idp['auth']); $idp['url'] = Module::getModuleURL('saml2/idp/metadata/' . $idp['auth']);
$idp['metadata-set'] = 'saml20-idp-hosted'; $idp['metadata-set'] = 'saml20-idp-hosted';
$idp['metadata-index'] = $index; $idp['metadata-index'] = $index;
$idp['metadata_array'] = SAML2_IdP::getHostedMetadata($idp['entityid']); $idp['metadata_array'] = SAML2_IdP::getHostedMetadata($idp['entityid']);
......
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