Updated example config
This commit is contained in:
@@ -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},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user