oidc custom claims

This commit is contained in:
root
2020-05-04 07:12:48 +00:00
parent 483c767d26
commit 2044ce4737
4 changed files with 51 additions and 4 deletions

View File

@ -88,6 +88,10 @@ class Setting(db.Model):
'oidc_oauth_api_url': '',
'oidc_oauth_token_url': '',
'oidc_oauth_authorize_url': '',
'oidc_oauth_username': 'preferred_username',
'oidc_oauth_firstname': 'given_name',
'oidc_oauth_last_name': 'family_name ',
'oidc_oauth_email': 'email',
'forward_records_allow_edit': {
'A': True,
'AAAA': True,