mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 18:16:26 +00:00
Add UI tab for specifying OpenID Connect options for proxy hosts.
This commit is contained in:
@ -22,6 +22,12 @@ const model = Backbone.Model.extend({
|
||||
block_exploits: false,
|
||||
http2_support: false,
|
||||
advanced_config: '',
|
||||
openidc_enabled: false,
|
||||
openidc_redirect_uri: null,
|
||||
openidc_discovery: null,
|
||||
openidc_auth_method: null,
|
||||
openidc_client_id: null,
|
||||
openidc_client_secret: null,
|
||||
enabled: true,
|
||||
meta: {},
|
||||
// The following are expansions:
|
||||
|
Reference in New Issue
Block a user