Stream: hapi
Topic: hapi fhir authorization interceptor
Mongifox (Jul 28 2020 at 13:14):
Hi, any github example on how to use Authorization Interceptor?
James Agnew (Jul 29 2020 at 10:03):
The documentation has a complete example of an auth interceptor here: https://hapifhir.io/hapi-fhir/docs/security/authorization_interceptor.html
Sidharth Ramesh (Aug 12 2020 at 16:38):
Hello, I am new to FHIR and Java and I am trying to set up the JPA server and I want conditional put operations to "just work" based on the inCompartment method. Do I need to notify the interceptor as in the docs or is this part of the JPA server?
James Agnew (Aug 12 2020 at 19:46):
I'm not sure I follow your question.. You are not required to use AuthorizatonInterceptor at all, but if you do use it you are definitely required to configure it with whatever rules you want it to enforce.
Last updated: Apr 12 2022 at 19:14 UTC