modify idp location

This commit is contained in:
Jérôme Schneider 2013-05-06 19:26:21 +02:00
parent 776dfee4ad
commit cdf3448c29
2 changed files with 11 additions and 11 deletions

View File

@ -22,7 +22,7 @@ $config = array(
// The entity ID of the IdP this should SP should contact.
// Can be NULL/unset, in which case the user will be shown a list of available IdPs.
'idp' => 'http://idp-montpellier.entrouvert.org/idp/saml2/metadata',
'idp' => 'http://idp-test-entrouvert.montpellier-agglo.com/idp/saml2/metadata',
// The URL to the discovery service.
// Can be NULL/unset, in which case a builtin discovery service will be used.

View File

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