-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OIDC_EXTRA_SCOPE_CLAIMS in OIDC_AUTH #45
Comments
Hi popadi, do you mean |
Hey! |
Just so we're on the same page here do you want to read those claims for the token, or do you want to add them? Adding them is not possible in any way, since this is not an OIDC provider :) If you want to read them, I'm not entirely sure since I haven't used it in this package. But you can probably just add them in the OIDC provider, then this package will read them from the drf-oidc-auth/oidc_auth/authentication.py Line 118 in 5fefacb
drf-oidc-auth/oidc_auth/authentication.py Line 176 in 5fefacb
|
Hello!
Any way of using
OIDC_EXTRA_SCOPE_CLAIMS
inOIDC_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.
The text was updated successfully, but these errors were encountered: