mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 18:16:26 +00:00
Add database columns to store OpenID Connect information for Proxy Hosts.
This commit is contained in:
@ -23,11 +23,11 @@ const model = Backbone.Model.extend({
|
||||
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,
|
||||
openidc_redirect_uri: '',
|
||||
openidc_discovery: '',
|
||||
openidc_auth_method: 'client_secret_post',
|
||||
openidc_client_id: '',
|
||||
openidc_client_secret: '',
|
||||
enabled: true,
|
||||
meta: {},
|
||||
// The following are expansions:
|
||||
|
Reference in New Issue
Block a user