ethyca / fides

The Privacy Engineering & Compliance Framework
https://ethyca.com/docs
Apache License 2.0
356 stars 73 forks source link

BE: Associate privileges with a user during authentication #2411

Open mfbrown opened 1 year ago

mfbrown commented 1 year ago

As a user, when I log in to Fides via the UI, I am assigned the role or privileges which have been designated, so that I have the appropriate permissions to carry out tasks scoped to my role.

Details When implementing this - we should plan for a future where roles, permissions, etc are determined or influenced by an identity provider like Okta, Auth0, LDAP, Active Directory, etc.

AC

tariqajyusuf commented 8 months ago

Chiming in on this, we're also interested in this for our own implementation of Fides. Right now it seems like it's possible to, at a basic level, authenticate with SWA and Okta but optimally something like an OIDC flow would make this provisioning easier (CC: @NevilleS who I was talking with in Slack about this)