simplesamlphp: production configuration

This commit is contained in:
Jérôme Schneider 2013-08-01 09:43:32 +02:00
parent ffe640e106
commit c82a1c76d3
2 changed files with 12 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://mon.meyzieu.dev.entrouvert.org/idp/saml2/metadata',
'idp' => 'https://mon.meyzieu.fr/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,7 +1,7 @@
<?php
$metadata['http://mon.meyzieu.dev.entrouvert.org/idp/saml2/metadata'] = array (
'entityid' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/metadata',
$metadata['https://mon.meyzieu.fr/idp/saml2/metadata'] = array (
'entityid' => 'https://mon.meyzieu.fr/idp/saml2/metadata',
'contacts' =>
array (
),
@ -11,12 +11,12 @@ $metadata['http://mon.meyzieu.dev.entrouvert.org/idp/saml2/metadata'] = array (
0 =>
array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
'Location' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/sso',
'Location' => 'https://mon.meyzieu.fr/idp/saml2/sso',
),
1 =>
array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
'Location' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/sso',
'Location' => 'https://mon.meyzieu.fr/idp/saml2/sso',
),
),
'SingleLogoutService' =>
@ -24,19 +24,19 @@ $metadata['http://mon.meyzieu.dev.entrouvert.org/idp/saml2/metadata'] = array (
0 =>
array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
'Location' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/slo',
'ResponseLocation' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/slo_return',
'Location' => 'https://mon.meyzieu.fr/idp/saml2/slo',
'ResponseLocation' => 'https://mon.meyzieu.fr/idp/saml2/slo_return',
),
1 =>
array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
'Location' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/slo',
'ResponseLocation' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/slo_return',
'Location' => 'https://mon.meyzieu.fr/idp/saml2/slo',
'ResponseLocation' => 'https://mon.meyzieu.fr/idp/saml2/slo_return',
),
2 =>
array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP',
'Location' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/slo/soap',
'Location' => 'https://mon.meyzieu.fr/idp/saml2/slo/soap',
),
),
'ArtifactResolutionService' =>
@ -44,7 +44,7 @@ $metadata['http://mon.meyzieu.dev.entrouvert.org/idp/saml2/metadata'] = array (
0 =>
array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP',
'Location' => 'http://mon.meyzieu.dev.entrouvert.org/idp/saml2/artifact',
'Location' => 'https://mon.meyzieu.fr/idp/saml2/artifact',
'index' => 1,
),
),
@ -75,3 +75,4 @@ o2zbumirrLLqnt1gmBDvDvlOwC/zAAyL4chbz66eQHTiIYZZvYgy',
),
),
);