Stream: hapi
Topic: Role based access on resources in HAPI
Vibin_chander (Feb 02 2022 at 13:02):
Let's say I have 5 people who can access the HAPI server.
Is it possible to restrict 2 of the 5 people alone to access observation resources in the resource level?
Patrick Werner (Feb 02 2022 at 14:10):
yes, but you have to config/code it yourself: https://hapifhir.io/hapi-fhir/docs/security/authorization_interceptor.html
Last updated: Apr 12 2022 at 19:14 UTC