mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
Web UIs: add OpenID Connect support
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
10
sftpgo.json
10
sftpgo.json
@@ -216,7 +216,15 @@
|
||||
"proxy_allowed": [],
|
||||
"hide_login_url": 0,
|
||||
"render_openapi": true,
|
||||
"web_client_integrations": []
|
||||
"web_client_integrations": [],
|
||||
"oidc": {
|
||||
"client_id": "",
|
||||
"client_secret": "",
|
||||
"config_url": "",
|
||||
"redirect_base_url": "",
|
||||
"username_field": "",
|
||||
"role_field": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"templates_path": "templates",
|
||||
|
||||
Reference in New Issue
Block a user