feat: Implement get saml auth providers API endpoint

This commit is contained in:
Faruk AYDIN
2024-02-19 21:48:06 +01:00
parent 2d6d2430d2
commit 6fe9a548ad
7 changed files with 113 additions and 0 deletions

View File

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