Skip to content

Commit fc407d4

Browse files
committed
Fix typo
1 parent c53a11f commit fc407d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demo-django/saml/advanced_settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"signMetadata": false,
88
"wantMessagesSigned": false,
99
"wantAssertionsSigned": false,
10-
"wantNameIdEncrypted": false
11-
"signatureAlgorithm" => "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
10+
"wantNameIdEncrypted": false,
11+
"signatureAlgorithm": "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
1212
},
1313
"contactPerson": {
1414
"technical": {

demo-flask/saml/advanced_settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"wantMessagesSigned": false,
99
"wantAssertionsSigned": false,
1010
"wantNameIdEncrypted": false,
11-
"signatureAlgorithm" => "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
11+
"signatureAlgorithm": "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
1212
},
1313
"contactPerson": {
1414
"technical": {
@@ -27,4 +27,4 @@
2727
"url": "http://sp.example.com"
2828
}
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)