* @package SimpleSAMLphp */ require_once '../../_include.php'; \SimpleSAML\Logger::info('Shib1.3 - IdP.SSOService: Accessing Shibboleth 1.3 IdP endpoint SSOService'); $metadata = \SimpleSAML\Metadata\MetaDataStorageHandler::getMetadataHandler(); $idpEntityId = $metadata->getMetaDataCurrentEntityID('shib13-idp-hosted'); $idp = \SimpleSAML\IdP::getById('saml1:'.$idpEntityId); \SimpleSAML\Module\saml\IdP\SAML1::receiveAuthnRequest($idp); assert(false);