Files
deb-python-pysaml2/example/sp/sp_conf.py
Roland Hedberg 7f6c6ad90f updated examples
2009-11-25 17:28:37 +01:00

29 lines
850 B
Python

{
"entityid" : "urn:mace:umu.se:saml:roland:sp",
"service": {
"sp":{
"name" : "Rolands SP",
"url" : "http://localhost:8087/",
"required_attributes": ["surName", "givenName", "mail"],
"optional_attributes": ["title"],
"idp": {
"" : "https://example.com/saml2/idp/SSOService.php",
},
}
},
"debug" : 1,
"key_file" : "./mykey.pem",
"cert_file" : "./mycert.pem",
"xmlsec_binary" : "/opt/local/bin/xmlsec1",
"organization": {
"name": "Example Co.",
"display_name": "Example Company",
"url":"http://www.example.com/",
},
"contact": [{
"given_name":"John",
"sur_name": "Smith",
"email_address": "john.smith@example.com",
"contact_type": "technical",
}]
}