update new test idp infos (#9071)

This commit is contained in:
Serghei Mihai 2016-02-19 16:41:54 +01:00
parent ff3823ca72
commit 2f7a7afaa2
2 changed files with 24 additions and 29 deletions

View File

@ -26,7 +26,7 @@ $config = array(
// Production // Production
'idp' => 'https://mon.meyzieu.fr/idp/saml2/metadata', 'idp' => 'https://mon.meyzieu.fr/idp/saml2/metadata',
// Recette // Recette
//'idp' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/metadata', //'idp' => 'https://connexion-meyzieu.test.entrouvert.org/idp/saml2/metadata',
// Dev // Dev
//'idp' => 'https://mon-meyzieu.dev.entrouvert.org/idp/saml2/metadata', //'idp' => 'https://mon-meyzieu.dev.entrouvert.org/idp/saml2/metadata',
@ -35,7 +35,7 @@ $config = array(
'discoURL' => null, 'discoURL' => null,
// Force persistent NameID // Force persistent NameID
'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent', 'NameIDFormat' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified',
// Artifact by default // Artifact by default
'ProtocolBinding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact', 'ProtocolBinding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact',

View File

@ -80,8 +80,8 @@ H8Y+s8P9kGiy2a4uNCQGl78H4g==',
), ),
); );
$metadata['https://mon-meyzieu.recette.entrouvert.com/idp/saml2/metadata'] = array ( $metadata['https://connexion-meyzieu.test.entrouvert.org/idp/saml2/metadata'] = array (
'entityid' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/metadata', 'entityid' => 'https://connexion-meyzieu.test.entrouvert.org/idp/saml2/metadata',
'contacts' => 'contacts' =>
array ( array (
), ),
@ -91,12 +91,12 @@ $metadata['https://mon-meyzieu.recette.entrouvert.com/idp/saml2/metadata'] = arr
0 => 0 =>
array ( array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect', 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
'Location' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/sso', 'Location' => 'https://connexion-meyzieu.test.entrouvert.org/idp/saml2/sso',
), ),
1 => 1 =>
array ( array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST', 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
'Location' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/sso', 'Location' => 'https://connexion-meyzieu.test.entrouvert.org/idp/saml2/sso',
), ),
), ),
'SingleLogoutService' => 'SingleLogoutService' =>
@ -104,19 +104,19 @@ $metadata['https://mon-meyzieu.recette.entrouvert.com/idp/saml2/metadata'] = arr
0 => 0 =>
array ( array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect', 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
'Location' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/slo', 'Location' => 'https://connexion-meyzieu.test.entrouvert.org/idp/saml2/slo',
'ResponseLocation' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/slo_return', 'ResponseLocation' => 'https://connexion-meyzieu.test.entrouvert.org/idp/saml2/slo_return',
), ),
1 => 1 =>
array ( array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST', 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
'Location' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/slo', 'Location' => 'https://connexion-meyzieu.test.entrouvert.org/idp/saml2/slo',
'ResponseLocation' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/slo_return', 'ResponseLocation' => 'https://connexion-meyzieu.test.entrouvert.org/idp/saml2/slo_return',
), ),
2 => 2 =>
array ( array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP', 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP',
'Location' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/slo/soap', 'Location' => 'https://connexion-meyzieu.test.entrouvert.org/idp/saml2/slo/soap',
), ),
), ),
'ArtifactResolutionService' => 'ArtifactResolutionService' =>
@ -124,7 +124,7 @@ $metadata['https://mon-meyzieu.recette.entrouvert.com/idp/saml2/metadata'] = arr
0 => 0 =>
array ( array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP', 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP',
'Location' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/artifact', 'Location' => 'https://connexion-meyzieu.test.entrouvert.org/idp/saml2/artifact',
'index' => 0, 'index' => 0,
), ),
), ),
@ -135,23 +135,18 @@ $metadata['https://mon-meyzieu.recette.entrouvert.com/idp/saml2/metadata'] = arr
'encryption' => true, 'encryption' => true,
'signing' => true, 'signing' => true,
'type' => 'X509Certificate', 'type' => 'X509Certificate',
'X509Certificate' => 'MIIDIzCCAgugAwIBAgIJANUBoick1pDpMA0GCSqGSIb3DQEBBQUAMBUxEzARBgNV 'X509Certificate' => 'MIICLjCCAZegAwIBAgIJALJ2zWF1DvjfMA0GCSqGSIb3DQEBBQUAMDAxLjAsBgNV
BAoTCkVudHJvdXZlcnQwHhcNMTAxMjE0MTUzMzAyWhcNMTEwMTEzMTUzMzAyWjAV BAMMJWNvbm5leGlvbi1tZXl6aWV1LnRlc3QuZW50cm91dmVydC5vcmcwHhcNMTYw
MRMwEQYDVQQKEwpFbnRyb3V2ZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB MTI3MjIxNjE4WhcNMjYwMTI2MjIxNjE4WjAwMS4wLAYDVQQDDCVjb25uZXhpb24t
CgKCAQEAvxFkfPdndlGgQPDZgFGXbrNAc/79PULZBuNdWFHDD9P5hNhZn9Kqm4Cp bWV5emlldS50ZXN0LmVudHJvdXZlcnQub3JnMIGfMA0GCSqGSIb3DQEBAQUAA4GN
06Pe/A6u+g5wLnYvbZQcFCgfQAEzziJtb3J55OOlB7iMEI/T2AX2WzrUH8QT8NGh ADCBiQKBgQDOae7W49Jd4JzUUz5ZoG8dj4hlGqdb65O1Pg2BrsvmKIa4R+EbFhhl
ABONKU2Gg4XiyeXNhH5R7zdHlUwcWq3ZwNbtbY0TVc+n665EbrfV/59xihSqsoFr +H/CYjHsB8eaeNzXWgQaqVweLImY4Viw19EGgfG/Hjg1Qo40Yynrk5qQVHgcVbXh
kmBLH0CoepUXtAzA7WDYn8AzusIuMx3n8844pJwgxhTB7Gjuboptlz9Hri8JRdXi TqGizA5m4rBQn/WYcLEQ41ZV2IMLNR+0ux2WAcHn48jqvLjdTdsTjQIDAQABo1Aw
VT9OS9Wt69ubcNoM6zuKASmtm48UuGnhj8v6XwvbjKZrL9kA+xf8ziazZfvvw/VG TjAdBgNVHQ4EFgQUMB+aDBOwiwWnf0nxDl8Xx5oo+1owHwYDVR0jBBgwFoAUMB+a
Tm+IVFYB7d1x457jY5zjjXJvNysoowIDAQABo3YwdDAdBgNVHQ4EFgQUeF8ePnu0 DBOwiwWnf0nxDl8Xx5oo+1owDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOB
fcAK50iBQDgAhHkOu8kwRQYDVR0jBD4wPIAUeF8ePnu0fcAK50iBQDgAhHkOu8mh gQA+zTdThAHHDHmxa3/Ys5HtPy6lXP5HxT6QRgaiQDzqM7OzYtvtO0t0HFN6D+aX
GaQXMBUxEzARBgNVBAoTCkVudHJvdXZlcnSCCQDVAaInJNaQ6TAMBgNVHRMEBTAD Nt+Y/3N1sHbwT4qMVETD0+AfBXxSXu4ZmFMmEt4gY4gEjEnocqKs6lm0MoMoyqhH
AQH/MA0GCSqGSIb3DQEBBQUAA4IBAQAy8l3GhUtpPHx0FxzbRHVaaUSgMwYKGPhE c9I3aCM8xLrfDjgLd1GopSH7cVlOjHuTFTT1s0z53cOz7A==',
IdGhqekKUJIx8et4xpEMFBl5XQjBNq/mp5vO3SPb2h2PVSks7xWnG3cvEkqJSOeo
fEEhkqnM45b2MH1S5uxp4i8UilPG6kmQiXU2rEUBdRk9xnRWos7epVivTSIv1Ncp
lG6l41SXp6YgIb2ToT+rOKdIGIQuGDlzeR88fDxWEU0vEujZv/v1PE1YOV0xKjTT
JumlBc6IViKhJeo1wiBBrVRIIkKKevHKQzteK8pWm9CYWculxT26TZ4VWzGbo06j
o2zbumirrLLqnt1gmBDvDvlOwC/zAAyL4chbz66eQHTiIYZZvYgy',
), ),
), ),
); );