Skip to content

Commit b03b2e2

Browse files
committed
Tweaked the OpenID Connect 'profile' grant description.
- Legacy-Id: 17980
1 parent cb08171 commit b03b2e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/ietfauth/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def openid_userinfo(claims, user):
220220

221221
oidc_provider.lib.claims.StandardScopeClaims.info_profile = (
222222
'Basic profile',
223-
'Access to your basic information: name.'
223+
'Access to your basic datatracker information: Name.'
224224
)
225225

226226
class OidcExtraScopeClaims(oidc_provider.lib.claims.ScopeClaims):

0 commit comments

Comments
 (0)