Add database columns to store OpenID Connect information for Proxy Hosts.

This commit is contained in:
Subv
2020-05-22 12:31:03 -05:00
committed by Jamie Curnow
parent 8e10b7da37
commit 53792a5cf7
6 changed files with 148 additions and 7 deletions

View File

@ -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: