]> git.proxmox.com Git - pve-access-control.git/commit
api: implement openid API
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 30 Jun 2021 06:10:06 +0000 (08:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 1 Jul 2021 11:31:45 +0000 (13:31 +0200)
commitac344d7df346645d6fd1e375adfc8f90201c5730
tree2aee3e1ea12b7b33f85cd167036beb6cb0e82777
parentf0c9ef167b827f6f3d6c00e661c9362e764921e1
api: implement openid API

This moves compute_api_permission() into RPCEnvironment.pm.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/API2/AccessControl.pm
src/PVE/API2/Makefile
src/PVE/API2/OpenId.pm [new file with mode: 0644]
src/PVE/RPCEnvironment.pm