mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-05-01 11:32:28 +00:00
added the text fields to Openidc defaults section
This commit is contained in:
parent
a91dcb144d
commit
573fe416b0
@ -34,6 +34,18 @@ class ProxyHost extends Model {
|
||||
if (typeof this.openidc_auth_method === 'undefined') {
|
||||
this.openidc_auth_method = 'client_secret_post';
|
||||
}
|
||||
if (typeof this.openidc_redirect_uri === 'undefined') {
|
||||
this.openidc_redirect_uri = '';
|
||||
}
|
||||
if (typeof this.openidc_discovery === 'undefined') {
|
||||
this.openidc_discovery = '';
|
||||
}
|
||||
if (typeof this.openidc_client_id === 'undefined') {
|
||||
this.openidc_client_id = '';
|
||||
}
|
||||
if (typeof this.openidc_client_secret === 'undefined') {
|
||||
this.openidc_client_secret = '';
|
||||
}
|
||||
|
||||
this.domain_names.sort();
|
||||
this.openidc_allowed_users.sort();
|
||||
|
Loading…
x
Reference in New Issue
Block a user