juanifioren / django-oidc-provider

OpenID Connect and OAuth2 provider implementation for Djangonauts.
http://django-oidc-provider.readthedocs.org
MIT License
423 stars 238 forks source link

Update scopesclaims.rst to mention OIDC_IDTOKEN_INCLUDE_CLAIMS #414

Open fzzylogic opened 10 months ago

fzzylogic commented 10 months ago

Nits:

juanifioren commented 10 months ago

@fzzylogic if you call userinfo endpoint you'll have the extra claims. The OIDC_IDTOKEN_INCLUDE_CLAIMS is to include them in the ID token. Can you rephrase the documentation mentioning this?.