Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
shib13-idp-remote.php 281 B
<?php
/** 
 * SAML 2.0 Meta data for simpleSAMLphp
 *
 *
 *
 *
 */


$metadata = array(
	'theproviderid-of-the-idp'	=> array(
		'SingleSignOnService'  => 'https://idp.example.org/shibboleth-idp/SSO',
		'certFingerprint'      => 'c7279a9f28f11380509e072441e3dc55fb9ab864' 
	)
);

?>