Skip to content

Commit

Permalink
Update oidc.rst: match example file name to import (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier authored Jan 31, 2024
1 parent 843a1c1 commit 40003dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/oidc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ just return the same claims as the ID token.

To configure all of these things we need to customize the
``OAUTH2_VALIDATOR_CLASS`` in ``django-oauth-toolkit``. Create a new file in
our project, eg ``my_project/oauth_validator.py``::
our project, eg ``my_project/oauth_validators.py``::

from oauth2_provider.oauth2_validators import OAuth2Validator

Expand Down

0 comments on commit 40003dd

Please sign in to comment.