powerdns-admin/saml/template_advanced_settings.json

29 lines
786 B
JSON
Raw Normal View History

2017-10-31 18:20:53 +00:00
{
"security": {
"nameIdEncrypted": false,
"authnRequestsSigned": false,
"logoutRequestSigned": false,
"logoutResponseSigned": false,
"signMetadata": false,
2017-10-31 22:30:52 +00:00
"wantMessagesSigned": true,
"wantAssertionsSigned": true,
2017-10-31 18:20:53 +00:00
"wantNameIdEncrypted": false
},
"contactPerson": {
"technical": {
2017-10-31 22:30:52 +00:00
"givenName": "<Contact Person>",
"emailAddress": "<contact email>"
2017-10-31 18:20:53 +00:00
},
"support": {
2017-10-31 22:30:52 +00:00
"givenName" : "<Contact Person>",
"emailAddress": "<contact email>"
2017-10-31 18:20:53 +00:00
}
},
"organization": {
"en-US": {
2017-10-31 22:30:52 +00:00
"name": "PowerDNS-Admin",
"displayname": "PowerDNS-Admin",
"url": "https://<powerdnsadmin-url>"
2017-10-31 18:20:53 +00:00
}
}
}