Files
deb-python-pysaml2/tests/server.config
2009-11-26 14:37:21 +01:00

26 lines
817 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" : "./tests/test.key",
"cert_file" : "./tests/test.pem",
"xmlsec_binary" : "/opt/local/bin/xmlsec1",
"metadata": {
"local": ["./tests/metadata.xml", "./tests/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"
}