Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

OpenFGA

JohnLawson
Regular Contributor
Regular Contributor

Has anyone run into/used OpenFGA with Saviynt?

It's a tuple-based ReBAC (relationship-based access control) our developers want to use to create a hierarchical access structure to grant fine-grain authorizations. Company -> District -> Project -> Role/Permissions. I'm hoping to be able to support these applications, but I'm unsure if anyone else has dealt with this.

https://openfga.dev/api/service#/

https://openfga.dev/docs/authorization-and-openfga 

 

Thanks!

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

It having REST APIs , You can use REST Connector

https://openfga.dev/api/service 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

JohnLawson
Regular Contributor
Regular Contributor

It's more of how the entitlements are stored as tuples. Something could be similar if using child/parent hierarchy but how they get translated back into the tuple for the app is the challenge.