mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
add HTTP hooks
external auth, pre-login user modification and keyboard interactive authentication is now supported via HTTP requests too
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
"scp"
|
||||
],
|
||||
"keyboard_interactive_auth_program": "",
|
||||
"keyboard_interactive_auth_hook": "",
|
||||
"proxy_protocol": 0,
|
||||
"proxy_allowed": []
|
||||
},
|
||||
@@ -49,8 +50,10 @@
|
||||
"http_notification_url": ""
|
||||
},
|
||||
"external_auth_program": "",
|
||||
"external_auth_hook": "",
|
||||
"external_auth_scope": 0,
|
||||
"credentials_path": "credentials",
|
||||
"pre_login_hook": "",
|
||||
"pre_login_program": ""
|
||||
},
|
||||
"httpd": {
|
||||
|
||||
Reference in New Issue
Block a user