simplesamlphp: add recette configuration
parent
c82a1c76d3
commit
afe7016670
|
@ -22,6 +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' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/metadata',
|
||||
'idp' => 'https://mon.meyzieu.fr/idp/saml2/metadata',
|
||||
|
||||
// The URL to the discovery service.
|
||||
|
|
|
@ -89,7 +89,7 @@ $config = array (
|
|||
* also as the technical contact in generated metadata.
|
||||
*/
|
||||
'technicalcontact_name' => 'Administrator',
|
||||
'technicalcontact_email' => 'na@example.org',
|
||||
'technicalcontact_email' => 'jschneider@entrouvert.com',
|
||||
|
||||
/*
|
||||
* The timezone of the server. This option should be set to the timezone you want
|
||||
|
|
|
@ -76,3 +76,79 @@ o2zbumirrLLqnt1gmBDvDvlOwC/zAAyL4chbz66eQHTiIYZZvYgy',
|
|||
),
|
||||
);
|
||||
|
||||
$metadata['https://mon-meyzieu.recette.entrouvert.com/idp/saml2/metadata'] = array (
|
||||
'entityid' => 'https://mon-meyzieu.recette.entrouvert.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://mon-meyzieu.recette.entrouvert.com/idp/saml2/sso',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
|
||||
'Location' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/sso',
|
||||
),
|
||||
),
|
||||
'SingleLogoutService' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
|
||||
'Location' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/slo',
|
||||
'ResponseLocation' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/slo_return',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
|
||||
'Location' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/slo',
|
||||
'ResponseLocation' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/slo_return',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP',
|
||||
'Location' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/slo/soap',
|
||||
),
|
||||
),
|
||||
'ArtifactResolutionService' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP',
|
||||
'Location' => 'https://mon-meyzieu.recette.entrouvert.com/idp/saml2/artifact',
|
||||
'index' => 1,
|
||||
),
|
||||
),
|
||||
'keys' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'encryption' => true,
|
||||
'signing' => true,
|
||||
'type' => 'X509Certificate',
|
||||
'X509Certificate' => 'MIIDIzCCAgugAwIBAgIJANUBoick1pDpMA0GCSqGSIb3DQEBBQUAMBUxEzARBgNV
|
||||
BAoTCkVudHJvdXZlcnQwHhcNMTAxMjE0MTUzMzAyWhcNMTEwMTEzMTUzMzAyWjAV
|
||||
MRMwEQYDVQQKEwpFbnRyb3V2ZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
|
||||
CgKCAQEAvxFkfPdndlGgQPDZgFGXbrNAc/79PULZBuNdWFHDD9P5hNhZn9Kqm4Cp
|
||||
06Pe/A6u+g5wLnYvbZQcFCgfQAEzziJtb3J55OOlB7iMEI/T2AX2WzrUH8QT8NGh
|
||||
ABONKU2Gg4XiyeXNhH5R7zdHlUwcWq3ZwNbtbY0TVc+n665EbrfV/59xihSqsoFr
|
||||
kmBLH0CoepUXtAzA7WDYn8AzusIuMx3n8844pJwgxhTB7Gjuboptlz9Hri8JRdXi
|
||||
VT9OS9Wt69ubcNoM6zuKASmtm48UuGnhj8v6XwvbjKZrL9kA+xf8ziazZfvvw/VG
|
||||
Tm+IVFYB7d1x457jY5zjjXJvNysoowIDAQABo3YwdDAdBgNVHQ4EFgQUeF8ePnu0
|
||||
fcAK50iBQDgAhHkOu8kwRQYDVR0jBD4wPIAUeF8ePnu0fcAK50iBQDgAhHkOu8mh
|
||||
GaQXMBUxEzARBgNVBAoTCkVudHJvdXZlcnSCCQDVAaInJNaQ6TAMBgNVHRMEBTAD
|
||||
AQH/MA0GCSqGSIb3DQEBBQUAA4IBAQAy8l3GhUtpPHx0FxzbRHVaaUSgMwYKGPhE
|
||||
IdGhqekKUJIx8et4xpEMFBl5XQjBNq/mp5vO3SPb2h2PVSks7xWnG3cvEkqJSOeo
|
||||
fEEhkqnM45b2MH1S5uxp4i8UilPG6kmQiXU2rEUBdRk9xnRWos7epVivTSIv1Ncp
|
||||
lG6l41SXp6YgIb2ToT+rOKdIGIQuGDlzeR88fDxWEU0vEujZv/v1PE1YOV0xKjTT
|
||||
JumlBc6IViKhJeo1wiBBrVRIIkKKevHKQzteK8pWm9CYWculxT26TZ4VWzGbo06j
|
||||
o2zbumirrLLqnt1gmBDvDvlOwC/zAAyL4chbz66eQHTiIYZZvYgy',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
|
|
Reference in New Issue