mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
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:
@@ -237,7 +237,8 @@
|
||||
"config_url": "",
|
||||
"redirect_base_url": "",
|
||||
"username_field": "",
|
||||
"role_field": ""
|
||||
"role_field": "",
|
||||
"custom_fields": []
|
||||
},
|
||||
"security": {
|
||||
"enabled": false,
|
||||
|
||||
Reference in New Issue
Block a user