Example SP Metadata Entry - silinternational/ssp-base GitHub Wiki


    /*
     * sp.ourorg.org
     * Owned by John Doe, [email protected]
     * Added on Jan. 1, 2001
     */
    'https://sp.ourorg.org' => [
        'name' => 'Our Org SP',
        'IDPList' => ['http://general.idp.net', 'mock-usa-idp', 'dummy'], // entity ID's of the IdP's
        'AssertionConsumerService' => 'https://sp.ourorg.org/simplesaml/module.php/saml/sp/saml2-acs.php/default-sp',
        'SingleLogoutService' => 'https://sp.ourorg.org/simplesaml/module.php/saml/sp/saml2-logout.php/default-sp',
        'certData' => 'MIIDo<really_long_string>yz',
        'validate.authnrequest' => true,
        'validate.logout' => true,
        'saml20.sign.response' => true,
        'saml20.sign.assertion' => true,
        'assertion.encryption' => true,
    ],