-
Notifications
You must be signed in to change notification settings - Fork 1
/
advanced_settings.json.example
42 lines (42 loc) · 1.02 KB
/
advanced_settings.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"security": {
"nameIdEncrypted": true,
"authnRequestsSigned": true,
"logoutRequestSigned": true,
"logoutResponseSigned": false,
"signMetadata": true,
"wantMessagesSigned": false,
"wantAssertionsSigned": true,
"wantNameId": true,
"wantNameIdEncrypted": false,
"wantAssertionsEncrypted": false,
"signatureAlgorithm": "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256",
"digestAlgorithm": "http://www.w3.org/2001/04/xmlenc#sha256",
"requestedAuthnContext": [
"https://www.spid.gov.it/SpidL3"
]
},
"contactPerson": {
"other": {
"Extensions": {
"IPACode": "",
"VATNumber": "",
"FiscalCode": "",
"Exttype": [
"Public",
"Private"
]
},
"givenName": "support_name",
"emailAddress": "[email protected]",
"telephoneNumber": "011 1010100101010"
}
},
"organization": {
"it": {
"name": "sp_test",
"displayname": "SP test",
"url": "http://sp.example.com"
}
}
}