diff --git a/packages/backend/src/helpers/authorization.js b/packages/backend/src/helpers/authorization.js index e1e6a3d9..b8d40136 100644 --- a/packages/backend/src/helpers/authorization.js +++ b/packages/backend/src/helpers/authorization.js @@ -7,10 +7,6 @@ const authorizationList = { action: 'read', subject: 'User', }, - 'GET /api/v1/admin/saml-auth-providers/': { - action: 'read', - subject: 'SamlAuthProvider', - }, }; export const authorizeUser = async (request, response, next) => {