We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1cd6af commit 555eb60Copy full SHA for 555eb60
1 file changed
src/bornhack/oauth_validators.py
@@ -10,6 +10,7 @@ class BornhackOAuth2Validator(OAuth2Validator):
10
# https://django-oauth-toolkit.readthedocs.io/en/latest/oidc.html#using-oidc-scopes-to-determine-which-claims-are-returned
11
oidc_claim_scope = {
12
# the OIDC standard user claims we support, and the OIDC standard scopes they require
13
+ "sub": "openid",
14
"email": "email",
15
"email_verified": "email",
16
"phone_number": "phone",
0 commit comments