]> git.proxmox.com Git - pve-manager.git/commit
ui: implement OpenId login
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 24 Jun 2021 08:17:59 +0000 (10:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 2 Jul 2021 12:09:30 +0000 (14:09 +0200)
commit3dd99bab1fd370ae5a10e4dbd0c82559c2e9853f
treed678d3dc24b04a91b9e3386d4849ee517b091908
parentd2aae44882666f03f07e23c10b97397d411a288d
ui: implement OpenId login

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
 [ Thomas: amended the following changes:
 - factor out openid_login_param to widget-toolkit as
   getOpenIDRedirectionAuthorization and use it
 - use camel case to match our JS style guide and our framework (and
   basically the rest of the JS world)
 - minor cleanups like moving variable definition into the single if
   branch their used
 ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/HTTPServer.pm
www/manager6/window/LoginWindow.js