Files
deb-python-pysaml2/example/sp/sp.conf
2010-04-17 22:16:03 +02:00

36 lines
1.1 KiB
Plaintext

{
"entityid" : "urn:mace:umu.se:saml:roland:sp",
"service": {
"sp":{
"name" : "Rolands SP",
"url" : "http://localhost:8087/",
"required_attributes": ["surname", "givenname", "edupersonaffiliation"],
"optional_attributes": ["title"],
"idp": {
"" : "http://localhost:8088/sso",
},
}
},
"debug" : 1,
"key_file" : "./mykey.pem",
"cert_file" : "./mycert.pem",
"xmlsec_binary" : "/user/local/bin/xmlsec1",
"attribute_map_dir" : "../attributemaps",
# -- Not really necessary since there is only one IdP --
#"metadata" : {
# "local": ["../metadata.xml"],
#},
# -- below used by make_metadata --
"organization": {
"name": "Rolands AB",
"display_name": [("Rolands AB","se"),("Rolands Co.","en")],
"url":"http://www.example.com/roland",
},
"contact": [{
"given_name":"John",
"sur_name": "Smith",
"email_address": "john.smith@example.com",
"contact_type": "technical",
}],
"name_form": "urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
}