summaryrefslogtreecommitdiff
path: root/tests/server_conf.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2014-04-02 13:31:26 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2014-04-02 13:31:26 +0200
commitf4515696024b2680f751fe2395ea2a427ac137f3 (patch)
treee2e3c724655cb0f7115299128a2c699dc4855192 /tests/server_conf.py
parent6a38f5ecee53de47b35713c31243bc2581eda8f5 (diff)
downloadpysaml2-f4515696024b2680f751fe2395ea2a427ac137f3.tar.gz
Editorial
Diffstat (limited to 'tests/server_conf.py')
-rw-r--r--tests/server_conf.py21
1 files changed, 11 insertions, 10 deletions
diff --git a/tests/server_conf.py b/tests/server_conf.py
index c01385bc..2ff8f6dc 100644
--- a/tests/server_conf.py
+++ b/tests/server_conf.py
@@ -2,8 +2,8 @@ from pathutils import full_path
from pathutils import xmlsec_path
CONFIG = {
- "entityid" : "urn:mace:example.com:saml:roland:sp",
- "name" : "urn:mace:example.com:saml:roland:sp",
+ "entityid": "urn:mace:example.com:saml:roland:sp",
+ "name": "urn:mace:example.com:saml:roland:sp",
"description": "My own SP",
"service": {
"sp": {
@@ -25,14 +25,14 @@ CONFIG = {
"local": [full_path("idp.xml"), full_path("vo_metadata.xml")],
},
"virtual_organization": {
- "urn:mace:example.com:it:tek":{
+ "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",
"accepted_time_diff": 60,
- "attribute_map_dir" : full_path("attributemaps"),
+ "attribute_map_dir": full_path("attributemaps"),
"valid_for": 6,
"organization": {
"name": ("AB Exempel", "se"),
@@ -40,12 +40,13 @@ CONFIG = {
"url": "http://www.example.org",
},
"contact_person": [{
- "given_name": "Roland",
- "sur_name": "Hedberg",
- "telephone_number": "+46 70 100 0000",
- "email_address": ["tech@eample.com", "tech@example.org"],
- "contact_type": "technical"
- },
+ "given_name": "Roland",
+ "sur_name": "Hedberg",
+ "telephone_number": "+46 70 100 0000",
+ "email_address": ["tech@eample.com",
+ "tech@example.org"],
+ "contact_type": "technical"
+ },
],
"logger": {
"rotating": {