FHIR Chat · JPA with oauth2 · hapi

Stream: hapi

Topic: JPA with oauth2


view this post on Zulip Luis Bergamim (May 27 2021 at 21:05):

How can I include oauth2 with JPA?

view this post on Zulip Patrick Werner (May 30 2021 at 15:08):

could you describe what you want to achieve? Your question is too generic. @Luis Bergamim

view this post on Zulip Luis Bergamim (May 30 2021 at 17:25):

I need to use oauth2 authentication in HAPI JPA server... That means that an user will need a token to access to fhir resources. Is there any project example for this?

view this post on Zulip Patrick Werner (May 31 2021 at 10:11):

There is documentation on how to do Auth Interceptors: https://hapifhir.io/hapi-fhir/docs/security/authorization_interceptor.html

view this post on Zulip Luis Bergamim (May 31 2021 at 21:23):

Hello! Thank you for that.... But, where do I register this interceptor? Shall I register in BaseJpaRestfulServer?

view this post on Zulip Luis Bergamim (Jun 01 2021 at 12:59):

Hello! i did register on JpaRestfulServer an it worked. Thank you.


Last updated: Apr 12 2022 at 19:14 UTC