Hello!
Any way of using OIDC_EXTRA_SCOPE_CLAIMS in OIDC_AUTH or this is something that's available only in django-oidc-provider? I'm trying to add extra claims to the token (i.e. user's department) but I'm not sure if it's possible do it only by using this package.
Thank you.