Tweaked the OpenID Connect 'profile' grant description.

- Legacy-Id: 17980
This commit is contained in:
Henrik Levkowetz 2020-06-13 21:29:37 +00:00
parent cb0817175e
commit b03b2e2477

View file

@ -220,7 +220,7 @@ def openid_userinfo(claims, user):
oidc_provider.lib.claims.StandardScopeClaims.info_profile = (
'Basic profile',
'Access to your basic information: name.'
'Access to your basic datatracker information: Name.'
)
class OidcExtraScopeClaims(oidc_provider.lib.claims.ScopeClaims):