mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 11:59:22 +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,
|
||||
},
|
||||
openid: {
|
||||
name: gettext('OpenID Server'),
|
||||
name: gettext('OpenID Connect Server'),
|
||||
ipanel: 'pveAuthOpenIDPanel',
|
||||
add: true,
|
||||
tfa: false,
|
||||
|
Loading…
Reference in New Issue
Block a user