Merge pull request #169 from juanifioren/revert-168-v0.4.x

Revert "Fix documentation typo for OIDC_EXTRA_SCOPE_CLAIMS"
This commit is contained in:
Wojciech Bartosiak 2017-04-06 18:51:27 +01:00 committed by GitHub
commit 5beac9893a

View file

@ -78,7 +78,7 @@ Let's say that you want add your custom ``foo`` scope for your OAuth2/OpenID pro
Somewhere in your Django ``settings.py``::
OIDC_EXTRA_SCOPE_CLAIMS = 'yourproject.oidc_provider_settings.CustomScopeClaims'
OIDC_USERINFO = 'yourproject.oidc_provider_settings.CustomScopeClaims'
Inside your oidc_provider_settings.py file add the following class::