OIDC: add support for custom fields

These fields can be used in the pre-login hook to implement custom
logics

Fixes #787

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-04-12 19:31:25 +02:00
parent 87d7854453
commit cacfffc5bf
15 changed files with 150 additions and 67 deletions

View File

@@ -237,7 +237,8 @@
"config_url": "",
"redirect_base_url": "",
"username_field": "",
"role_field": ""
"role_field": "",
"custom_fields": []
},
"security": {
"enabled": false,