32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
{
|
|
"entityid" : "urn:mace:example.com:saml:roland:idp",
|
|
"service": {
|
|
"idp": {
|
|
"name" : "Rolands IdP",
|
|
"url": "http://localhost:8088/sso",
|
|
"policy": {
|
|
"default": {
|
|
"lifetime": {"minutes":15},
|
|
"attribute_restrictions": None, # means all I have
|
|
"name_form": "urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
|
|
},
|
|
"urn:mace:example.com:saml:roland:sp": {
|
|
"lifetime": {"minutes": 5},
|
|
# "attribute_restrictions":{
|
|
# "givenName": None,
|
|
# "surName": None,
|
|
# }
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"debug" : 1,
|
|
"key_file" : "test.key",
|
|
"cert_file" : "test.pem",
|
|
"xmlsec_binary" : "/opt/local/bin/xmlsec1",
|
|
"metadata": {
|
|
"local": ["metadata.xml", "vo_metadata.xml"],
|
|
},
|
|
"subject_data": "subject_data.db",
|
|
"attribute_map_dir" : "attributemaps",
|
|
} |