You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add migration to add backchannel logout support
- Add model for Logout Token
- Add admin for Logout Token
- Add parameters related to backchannel logout on OIDC Discovery View
- Change application creation and update form
- Change template that renders information about the application
-
Copy file name to clipboardExpand all lines: docs/settings.rst
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,6 +361,7 @@ When is set to ``False`` (default) the `OpenID Connect RP-Initiated Logout <http
361
361
endpoint is not enabled. OpenID Connect RP-Initiated Logout enables an :term:`Client` (Relying Party)
362
362
to request that a :term:`Resource Owner` (End User) is logged out at the :term:`Authorization Server` (OpenID Provider).
363
363
364
+
364
365
OIDC_RP_INITIATED_LOGOUT_ALWAYS_PROMPT
365
366
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
366
367
Default: ``True``
@@ -400,6 +401,15 @@ discovery metadata from ``OIDC_ISS_ENDPOINT`` +
400
401
If unset, the default location is used, eg if ``django-oauth-toolkit`` is
401
402
mounted at ``/o``, it will be ``<server-address>/o``.
402
403
404
+
OIDC_BACKCHANNEL_LOGOUT_ENABLED
405
+
~~~~~~~~~~~~~~~~~~~~~~~~
406
+
Default: ``False``
407
+
408
+
When is set to ``False`` (default) the `OpenID Connect Backchannel Logout <https://openid.net/specs/openid-connect-backchannel-1_0.html>`_
409
+
extension is not enabled. OpenID Connect Backchannel Logout enables the :term:`Authorization Server` (OpenID Provider) to submit a JWT token to an endpoint controlled by the :term:`Client` (Relying Party)
410
+
indicating that a session from the :term:`Resource Owner` (End User) has ended.
0 commit comments