Skip to content

Commit bdc578f

Browse files
Update url for RP initiated logout (#1405)
According to [urls.py](https://github.com./jazzband/django-oauth-toolkit/blob/master/oauth2_provider/urls.py#L45), the url should be /logout
1 parent b1a2bb3 commit bdc578f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oidc.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,5 +430,5 @@ customize the details included in the response as described above.
430430
RPInitiatedLogoutView
431431
~~~~~~~~~~~~~~~~~~~~~
432432

433-
Available at ``/o/rp-initiated-logout/``, this view allows a :term:`Client` (Relying Party) to request that a :term:`Resource Owner`
433+
Available at ``/o/logout/``, this view allows a :term:`Client` (Relying Party) to request that a :term:`Resource Owner`
434434
is logged out at the :term:`Authorization Server` (OpenID Provider).

0 commit comments

Comments
 (0)