mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 05:56:30 +00:00
ui: auth schema: we use OpenID Connect
As OpenID is the old one, with several security implications/issues present, so avoid suggesting that its used. `OpenID Connect` revers to the "third gen" on top of oauth2 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0bc0260983
commit
c42e3aa76e
@ -745,7 +745,7 @@ Ext.define('PVE.Utils', {
|
|||||||
pwchange: true,
|
pwchange: true,
|
||||||
},
|
},
|
||||||
openid: {
|
openid: {
|
||||||
name: gettext('OpenID Server'),
|
name: gettext('OpenID Connect Server'),
|
||||||
ipanel: 'pveAuthOpenIDPanel',
|
ipanel: 'pveAuthOpenIDPanel',
|
||||||
add: true,
|
add: true,
|
||||||
tfa: false,
|
tfa: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user