From 1cc9712ddfb4d53ec5f0775eacac559ae8441f46 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 12 Jun 2020 16:17:06 +0000 Subject: [PATCH] Changed the OpenID profile data description to match what the datatracker actually shares. - Legacy-Id: 17975 --- ietf/ietfauth/utils.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ietf/ietfauth/utils.py b/ietf/ietfauth/utils.py index 006d9a37b..1f93af7d4 100644 --- a/ietf/ietfauth/utils.py +++ b/ietf/ietfauth/utils.py @@ -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 = (