From 853a2266a67ca033cde78f2c2078154f655faf33 Mon Sep 17 00:00:00 2001 From: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:24:48 -0500 Subject: [PATCH] UTCT-46: Remove API access from SAML users. Signed-off-by: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> --- user/plugins/auth-mgr-plus/plugin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/user/plugins/auth-mgr-plus/plugin.php b/user/plugins/auth-mgr-plus/plugin.php index 1a2dac4..92faeca 100644 --- a/user/plugins/auth-mgr-plus/plugin.php +++ b/user/plugins/auth-mgr-plus/plugin.php @@ -434,7 +434,6 @@ function amp_env_check() { ampCap::EditURL, ampCap::DeleteURL, ampCap::ShareURL, - ampCap::APIu, ampCap::ViewStats, ); }