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.
montpellier/drupal/simplesamlphp_auth/simplesamlphp/metadata/saml20-idp-remote.php

52 lines
1.7 KiB
PHP

<?php
$metadata['https://idp-test-entrouvert.montpellier-agglo.com/idp/saml2/metadata'] = array (
'entityid' => 'https://idp-test-entrouvert.montpellier-agglo.com/idp/saml2/metadata',
'contacts' =>
array (
),
'metadata-set' => 'saml20-idp-remote',
'SingleSignOnService' =>
array (
0 =>
array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
'Location' => 'https://idp-test-entrouvert.montpellier-agglo.com/idp/saml2/sso',
),
1 =>
array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
'Location' => 'https://idp-test-entrouvert.montpellier-agglo.com/idp/saml2/sso',
),
),
'SingleLogoutService' =>
array (
0 =>
array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
'Location' => 'https://idp-test-entrouvert.montpellier-agglo.com/idp/saml2/slo',
'ResponseLocation' => 'https://idp-test-entrouvert.montpellier-agglo.com/idp/saml2/slo_return',
),
1 =>
array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
'Location' => 'https://idp-test-entrouvert.montpellier-agglo.com/idp/saml2/slo',
'ResponseLocation' => 'https://idp-test-entrouvert.montpellier-agglo.com/idp/saml2/slo_return',
),
2 =>
array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP',
'Location' => 'https://idp-test-entrouvert.montpellier-agglo.com/idp/saml2/slo/soap',
),
),
'ArtifactResolutionService' =>
array (
0 =>
array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP',
'Location' => 'https://idp-test-entrouvert.montpellier-agglo.com/idp/saml2/artifact',
'index' => 1,
),
),
);