Skip to content

Commit 1cc9712

Browse files
committed
Changed the OpenID profile data description to match what the datatracker actually shares.
- Legacy-Id: 17975
1 parent 77524a3 commit 1cc9712

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ietf/ietfauth/utils.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,13 @@ def openid_userinfo(claims, user):
216216
return claims
217217

218218

219+
220+
221+
oidc_provider.lib.claims.StandardScopeClaims.info_profile = (
222+
'Basic profile',
223+
'Access to your basic information: name.'
224+
)
225+
219226
class OidcExtraScopeClaims(oidc_provider.lib.claims.ScopeClaims):
220227

221228
info_roles = (

0 commit comments

Comments
 (0)