We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53a11f commit fc407d4Copy full SHA for fc407d4
2 files changed
demo-django/saml/advanced_settings.json
@@ -7,8 +7,8 @@
7
"signMetadata": false,
8
"wantMessagesSigned": false,
9
"wantAssertionsSigned": false,
10
- "wantNameIdEncrypted": false
11
- "signatureAlgorithm" => "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
+ "wantNameIdEncrypted": false,
+ "signatureAlgorithm": "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
12
},
13
"contactPerson": {
14
"technical": {
demo-flask/saml/advanced_settings.json
@@ -8,7 +8,7 @@
"wantNameIdEncrypted": false,
@@ -27,4 +27,4 @@
27
"url": "http://sp.example.com"
28
}
29
30
-}
+}
0 commit comments