From c42e3aa76e10969c20762e0ab9ec8c33814b6741 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 3 Jul 2021 16:32:23 +0200 Subject: [PATCH] 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 --- www/manager6/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index 0834074e..ebbfb9b0 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -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,