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/shib13-sp-remote.php

17 lines
404 B
PHP

<?php
/**
* SAML 1.1 remote SP metadata for simpleSAMLphp.
*
* See: https://rnd.feide.no/content/sp-remote-metadata-reference
*/
/*
* This is just an example:
*/
$metadata['https://sp.shiblab.feide.no'] = array(
'AssertionConsumerService' => 'http://sp.shiblab.feide.no/Shibboleth.sso/SAML/POST',
'audience' => 'urn:mace:feide:shiblab',
'base64attributes' => FALSE,
);