Files
deb-python-pysaml2/tests/server.config
Roland Hedberg fe4f7ed754 Updated
2010-03-05 10:18:44 +01:00

27 lines
815 B
Plaintext

{
"entityid" : "urn:mace:example.com:saml:roland:sp",
"service": {
"sp":{
"my_name" : "urn:mace:example.com:saml:roland:sp",
"url": "http://lingon.catalogix.se:8087/",
"idp":{
"entity_id": ["urn:mace:example.com:saml:roland:idp"],
},
}
},
"debug" : 1,
"key_file" : "test.key",
"cert_file" : "test.pem",
"xmlsec_binary" : "/usr/local/bin/xmlsec1",
"metadata": {
"local": ["metadata.xml", "vo_metadata.xml"],
},
"virtual_organization" : {
"urn:mace:example.com:it:tek":{
"nameid_format" : "urn:oid:1.3.6.1.4.1.1466.115.121.1.15-NameID",
"common_identifier": "umuselin",
}
},
"subject_data": "subject_data.db",
"accept_time_diff": 60,
}