@@ -357,19 +357,19 @@ private function getACSEndpoints(): array
357357 case Constants::BINDING_HTTP_POST :
358358 $ acs = [
359359 'Binding ' => Constants::BINDING_HTTP_POST ,
360- 'Location ' => Module::getModuleURL ('saml/sp/assertionConsumerService / ' . $ this ->getAuthId ()),
360+ 'Location ' => Module::getModuleURL ('saml/sp/saml2-acs.php / ' . $ this ->getAuthId ()),
361361 ];
362362 break ;
363363 case Constants::BINDING_HTTP_ARTIFACT :
364364 $ acs = [
365365 'Binding ' => Constants::BINDING_HTTP_ARTIFACT ,
366- 'Location ' => Module::getModuleURL ('saml/sp/assertionConsumerService / ' . $ this ->getAuthId ()),
366+ 'Location ' => Module::getModuleURL ('saml/sp/saml2-acs.php / ' . $ this ->getAuthId ()),
367367 ];
368368 break ;
369369 case Constants::BINDING_HOK_SSO :
370370 $ acs = [
371371 'Binding ' => Constants::BINDING_HOK_SSO ,
372- 'Location ' => Module::getModuleURL ('saml/sp/assertionConsumerService / ' . $ this ->getAuthId ()),
372+ 'Location ' => Module::getModuleURL ('saml/sp/saml2-acs.php / ' . $ this ->getAuthId ()),
373373 'hoksso:ProtocolBinding ' => Constants::BINDING_HTTP_REDIRECT ,
374374 ];
375375 break ;
@@ -404,7 +404,7 @@ private function getSLOEndpoints(): array
404404 Constants::BINDING_SOAP ,
405405 ]
406406 );
407- $ defaultLocation = Module::getModuleURL ('saml/sp/singleLogoutService / ' . $ this ->getAuthId ());
407+ $ defaultLocation = Module::getModuleURL ('saml/sp/saml2-logout.php / ' . $ this ->getAuthId ());
408408 $ location = $ this ->metadata ->getOptionalString ('SingleLogoutServiceLocation ' , $ defaultLocation );
409409
410410 $ endpoints = [];
@@ -439,7 +439,7 @@ private function startSSO2(Configuration $idpMetadata, array $state): void
439439
440440 $ ar = Module \saml \Message::buildAuthnRequest ($ this ->metadata , $ idpMetadata );
441441
442- $ ar ->setAssertionConsumerServiceURL (Module::getModuleURL ('saml/sp/assertionConsumerService / ' . $ this ->authId ));
442+ $ ar ->setAssertionConsumerServiceURL (Module::getModuleURL ('saml/sp/saml2-acs.php / ' . $ this ->authId ));
443443
444444 if (isset ($ state ['\SimpleSAML\Auth\Source.ReturnURL ' ])) {
445445 $ ar ->setRelayState ($ state ['\SimpleSAML\Auth\Source.ReturnURL ' ]);
0 commit comments