Skip to content

Commit

Permalink
Merge pull request #328 from martin-mueller-cemas/patch-1
Browse files Browse the repository at this point in the history
Fix typo in PySAML2 example configuration
  • Loading branch information
peppelinux authored Mar 21, 2022
2 parents 8aaa984 + bbbaa01 commit 00d443e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contents/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ settings.py file under the SAML_CONFIG option. We will see a typical configurati
'name': 'Federated Django sample SP',
'name_id_format': saml2.saml.NAMEID_FORMAT_TRANSIENT,

# For Okta add signed logout requets. Enable this:
# For Okta add signed logout requests. Enable this:
# "logout_requests_signed": True,

'endpoints': {
Expand Down

0 comments on commit 00d443e

Please sign in to comment.