Auth0 with Open Policy Agent (OPA) for Fine Grained Authorization

Hello,
Has anyone tried to integrate Open Policy Agent (OPA) (www.openpolicyagent.org) with Auth0 for externalizing Authorization decisions? If yes, please post your experience.
So, the proposed architecture is like this…

  • Use Auth0 for Authentication
  • Design a Policy Based Access Control, based on OPA, for Authorization
  • Use OPA for Policies Administration and Policies Decision Point
    Please let me know. Thanks.
2 Likes

Hey there!

I did some research but unfortunately as Auth0 we do not offer any resources on that front. I added a few tags to your topic so that it’s easier to find it by other community members. I also encourage you to place such feature request to our product team via our product feedback form:

1 Like

Not sure if you still need it, but: GitHub - jatinvaidya/api-fga-auth0-opa: Demo fine-grained authorization for a multi-tenanted API using Auth0 and OPA.

1 Like

Thanks for sharing that with the rest of community!