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:
Thomas Lamprecht 2021-07-03 16:32:23 +02:00
parent 0bc0260983
commit c42e3aa76e

View File

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