Skip to content

Commit 00d443e

Browse files
authored
Merge pull request #328 from martin-mueller-cemas/patch-1
Fix typo in PySAML2 example configuration
2 parents 8aaa984 + bbbaa01 commit 00d443e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contents/setup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ settings.py file under the SAML_CONFIG option. We will see a typical configurati
479479
'name': 'Federated Django sample SP',
480480
'name_id_format': saml2.saml.NAMEID_FORMAT_TRANSIENT,
481481

482-
# For Okta add signed logout requets. Enable this:
482+
# For Okta add signed logout requests. Enable this:
483483
# "logout_requests_signed": True,
484484

485485
'endpoints': {

0 commit comments

Comments
 (0)