This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
simplesamlphp/metadata-templates/wsfed-idp-remote.php

10 lines
225 B
PHP

<?php
/**
* WS-Federation remote IdP metadata for simpleSAMLphp.
*/
$metadata['urn:federation:pingfederate:localhost'] = array(
'prp' => 'https://localhost:9031/idp/prp.wsf',
'certificate' => 'pingfed-localhost.pem',
);