mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-10 07:30:26 +00:00
29 lines
786 B
JSON
29 lines
786 B
JSON
{
|
|
"security": {
|
|
"nameIdEncrypted": false,
|
|
"authnRequestsSigned": false,
|
|
"logoutRequestSigned": false,
|
|
"logoutResponseSigned": false,
|
|
"signMetadata": false,
|
|
"wantMessagesSigned": true,
|
|
"wantAssertionsSigned": true,
|
|
"wantNameIdEncrypted": false
|
|
},
|
|
"contactPerson": {
|
|
"technical": {
|
|
"givenName": "<Contact Person>",
|
|
"emailAddress": "<contact email>"
|
|
},
|
|
"support": {
|
|
"givenName" : "<Contact Person>",
|
|
"emailAddress": "<contact email>"
|
|
}
|
|
},
|
|
"organization": {
|
|
"en-US": {
|
|
"name": "PowerDNS-Admin",
|
|
"displayname": "PowerDNS-Admin",
|
|
"url": "https://<powerdnsadmin-url>"
|
|
}
|
|
}
|
|
} |