Updated example config

This commit is contained in:
Roland Hedberg
2010-07-26 15:27:59 +02:00
parent b089fa56ac
commit 954f67d8ef
2 changed files with 12 additions and 7 deletions

View File

@@ -3,7 +3,9 @@
"service": {
"idp": {
"name" : "Rolands IdP",
"url": "http://localhost:8088/sso",
"endpoints" : {
"single_sign_on_service" : ["http://localhost:8088/sso"],
},
"policy": {
"default": {
"lifetime": {"minutes":15},

View File

@@ -3,7 +3,9 @@
"service": {
"sp":{
"name" : "Rolands SP",
"url" : "http://localhost:8087/",
"endpoints":{
"assertion_consumer_service": ["http://lingon.catalogix.se:8087/"],
},
"required_attributes": ["surname", "givenname", "edupersonaffiliation"],
"optional_attributes": ["title"],
"idp": {
@@ -22,15 +24,16 @@
#},
# -- below used by make_metadata --
"organization": {
"name": "Rolands AB",
"display_name": [("Rolands AB","se"),("Rolands Co.","en")],
"name": "Exempel AB",
"display_name": [("Exempel AB","se"),("Example Co.","en")],
"url":"http://www.example.com/roland",
},
"contact": [{
"contact_person": [{
"given_name":"John",
"sur_name": "Smith",
"email_address": "john.smith@example.com",
"email_address": ["john.smith@example.com"],
"contact_type": "technical",
}],
},
],
"name_form": "urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
}