Changed the OpenID profile data description to match what the datatracker actually shares.

- Legacy-Id: 17975
This commit is contained in:
Henrik Levkowetz 2020-06-12 16:17:06 +00:00
parent 77524a333b
commit 1cc9712ddf

View file

@ -216,6 +216,13 @@ def openid_userinfo(claims, user):
return claims
oidc_provider.lib.claims.StandardScopeClaims.info_profile = (
'Basic profile',
'Access to your basic information: name.'
)
class OidcExtraScopeClaims(oidc_provider.lib.claims.ScopeClaims):
info_roles = (