client-saml/config/advanced_settings.json
2024-06-16 19:16:22 +02:00

63 lines
1.4 KiB
JSON

{
"security": {
"authnRequestsSigned": true,
"logoutRequestSigned": true,
"logoutResponseSigned": false,
"signMetadata": false,
"wantMessagesSigned": false,
"wantAssertionsSigned": true,
"wantAssertionsEncrypted": false,
"wantNameId": true,
"wantNameIdEncrypted": false,
"wantAttributeStatement": true,
"requestedAuthnContext": true,
"requestedAuthnContextComparison": "exact",
"failOnAuthnContextMismatch": false,
"metadataValidUntil": null,
"metadataCacheDuration": null,
"allowSingleLabelDomains": false,
"signatureAlgorithm": "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256",
"digestAlgorithm": "http://www.w3.org/2001/04/xmlenc#sha256",
"allowRepeatAttributeName": false,
"rejectDeprecatedAlgorithm": true
},
"contactPerson": {
"technical": {
"givenName": "Kriss",
"emailAddress": "kriss@vilanet.fr"
},
"support": {
"givenName": "Kriss",
"emailAddress": "kriss@vilanet.fr"
}
},
"organization": {
"en-US": {
"name": "client-saml",
"displayname": "Test Client SAML",
"url": "http://localhost:5000"
}
}
}