Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing Fine-Grained Access Control with AuthZForce for FIWARE Services #13

Open
tonyrosset opened this issue Jul 30, 2024 · 0 comments

Comments

@tonyrosset
Copy link

I'm working on securing a FIWARE system (Orion,

Quantum Leap) using Keyrock, Wilma, and AuthZForce. My goal is to implement fine-grained access control based on FIWARE services.

Each entity in our system belongs to a service, identified by the Fiware-Service header. I want to restrict access to these services based on user roles:

User1: Can only access fiwareservice1
User2: Can access fiwareservice2 and fiwareservice3
User3: Can access all services

I'm struggling to create appropriate XACML policies in AuthZForce to enforce these rules. Has anyone successfully implemented a similar setup?

I'm open to suggestions if this approach is not ideal or if there are alternative methods for managing service-based access control in FIWARE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant