Tweaked the OpenID Connect 'profile' grant description.
- Legacy-Id: 17980
This commit is contained in:
parent
cb0817175e
commit
b03b2e2477
|
@ -220,7 +220,7 @@ def openid_userinfo(claims, user):
|
||||||
|
|
||||||
oidc_provider.lib.claims.StandardScopeClaims.info_profile = (
|
oidc_provider.lib.claims.StandardScopeClaims.info_profile = (
|
||||||
'Basic profile',
|
'Basic profile',
|
||||||
'Access to your basic information: name.'
|
'Access to your basic datatracker information: Name.'
|
||||||
)
|
)
|
||||||
|
|
||||||
class OidcExtraScopeClaims(oidc_provider.lib.claims.ScopeClaims):
|
class OidcExtraScopeClaims(oidc_provider.lib.claims.ScopeClaims):
|
||||||
|
|
Loading…
Reference in a new issue