Add an OIDC scope for fas attributes
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
043a5ce88f
commit
35f8c54309
1 changed files with 4 additions and 0 deletions
|
@ -15,4 +15,8 @@ class OpenidCExtension(OpenidCExtensionBase):
|
||||||
'display_name': 'Fedora Account Signed Agreements',
|
'display_name': 'Fedora Account Signed Agreements',
|
||||||
'claims': ['agreements']
|
'claims': ['agreements']
|
||||||
},
|
},
|
||||||
|
'https://id.fedoraproject.org/scope/fas-attributes': {
|
||||||
|
'display_name': 'Fedora Account Attributes',
|
||||||
|
'claims': ['ircnick', 'gpg_keyid', 'ssh_key', 'privacy']
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue