forked from ISTI-ansible-roles/ansible-roles
13 lines
241 B
PHP
13 lines
241 B
PHP
|
<?php
|
||
|
/**
|
||
|
* SAML 2.0 remote SP metadata for SimpleSAMLphp.
|
||
|
*
|
||
|
* See: https://simplesamlphp.org/docs/stable/simplesamlphp-reference-sp-remote
|
||
|
*/
|
||
|
|
||
|
{% for metadata_info in simplesaml_global_metadata %}
|
||
|
|
||
|
{{ metadata_info }}
|
||
|
|
||
|
{% endfor %}
|
||
|
|