Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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