We are using HAPI FHIR 3.0.0 REST Server (FHIR Server; FHIR 3.0.1/DSTU3). Today our HAPI server is not secure, i.e. anybody can access data for example: https://fhir.dstu3.safetylabs.org/baseDstu3/Observation/9981
This HAPI server is accessed from two client types:
How do we implement above or another security scheme in HAPI?
HAPI does provide Authentication Interceptors (http://hapifhir.io/doc_rest_server_security.html). Ideally these Interceptors should return an access token to be used by WebServer and Web App for subsequent requests to HAPI.
However HAPI Authentication Interceptors only returns “true” and not access token (for example Java Web Token JWT - https://jwt.io/).
Thank you for your help.
Same question in simpler descriptionHow can we implement backend server authentication in FHIR:HAPI? i.e how can our HAPI:FHIR server verify authentication of our server for RESTful API requests?
--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+...@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/f3fe9393-f4c4-4471-b45d-7c5ee2888710%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Take a look here http://hapifhir.io/doc_rest_server_security.htmlHSPC and NHS UK reference implementations have both implemented this (using oauth2 plus smart on fhir).I don’t think either of these have documented this specifically but you can browse either code base.
Same question in simpler descriptionHow can we implement backend server authentication in FHIR:HAPI? i.e how can our HAPI:FHIR server verify authentication of our server for RESTful API requests?
--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+unsubscribe@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/f3fe9393-f4c4-4471-b45d-7c5ee2888710%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+unsubscribe@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/1F517BE6-DCCA-4C42-9BBA-B04DAEDE76A1%40gmail.com.