chore: Remove get saml auth providers from authorization list
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user