Changed the OpenID profile data description to match what the datatracker actually shares.
- Legacy-Id: 17975
This commit is contained in:
parent
77524a333b
commit
1cc9712ddf
|
@ -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 = (
|
||||
|
|
Loading…
Reference in a new issue