Tuesday, 3 December 2019

React-admin using ldap, Kerberos or ntlm

I recently created an API using express. Now it's time to add management UI. I found react-admin and it seems like it would be nice to get a jump start on the dev process and use this. Although it does not seem to have any aparent integration with Enterprise auth methods like Kerberos, ntlm or ldap. Basically when a user navigates to a route I would like to use role based access management to decide what routes or pages they have access to. I have an idea of doing this via specific ad groups they are in or once authenticated if they have specific ad groups they would be assigned a permission profile. Is react-admin robust enough to start on? Or is there other options that would make for a better staring point. I know this can be achieved with full custom code but based on time restraints a bit of research can't hurt. I appreciate any suggestions!

Submitted December 03, 2019 at 10:54PM by Pumpkinb0y

No comments:

Post a Comment