]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: auth schema: we use OpenID Connect
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 3 Jul 2021 14:32:23 +0000 (16:32 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 3 Jul 2021 14:32:24 +0000 (16:32 +0200)
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>
www/manager6/Utils.js

index 0834074efd0e3e3315d2e7845ea7390d5af31951..ebbfb9b03db63a8ea3042375ed4505e7b79ad7ca 100644 (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,