chore: Remove get saml auth providers from authorization list

This commit is contained in:
Faruk AYDIN
2024-02-19 22:19:37 +01:00
parent 679d0808a9
commit 1361cbc826

View File

@@ -7,10 +7,6 @@ const authorizationList = {
action: 'read', action: 'read',
subject: 'User', subject: 'User',
}, },
'GET /api/v1/admin/saml-auth-providers/': {
action: 'read',
subject: 'SamlAuthProvider',
},
}; };
export const authorizeUser = async (request, response, next) => { export const authorizeUser = async (request, response, next) => {