[Question] How to configure fine-grained authentication and authorization? #1394
Labels
Area-Authorization
Area related to authorization.
Epic
Describes something that would be an Epic with many features and user stories
Informational
The issue will stay open as an FYI issue for now but does not require action
Question
Issue is a question?
I've set up the PaaS FHIR server on Azure and integrated B2C for user account registration and logins. My app includes self-help portals for patients and portals for Physicians. This means that only physicians that are assigned to patients (with say, an admin account), can read that patient's data. How do I accomplish this?
I tried to setup an API Gateway and inspect URL and body parameters to check Physician and Patient mapping, and conditionally forward requests, but this isn't scaling well. What alternatives do I have? How do I enable this fine grained access controls to each resource on the FHIR server?
Thanks!
The text was updated successfully, but these errors were encountered: