Stream: smart
Topic: SMART FHIR Server (Open Source)
Blake Theiss (Jul 28 2021 at 20:53):
Hey Everyone, very nice to meet you all. I am new to FHIR so I've been spending the last few weeks learning about different FHIR servers, OAuth2, and SMART. I have done a POC with HAPI, Firely, and Microsoft FHIR Server. I am now at the authentication research phase. I was wondering for an open source scenario what would people recommend if I need to support SMART authentication? I know there is HAPI and I've heard about using KeyClock. But does anyone have any recommendations, github repos, or blog posts they would recommend? Thank you very much.
Michele Mottini (Jul 28 2021 at 21:34):
We use IdentityServer3, that can be bent to support SMART, but you can roll your own, it is not that an heavy lift
Brian Postlethwaite (Jul 28 2021 at 22:22):
We do the same with our dotnet server, and have done both IdentityServer 3 and 4 in different projects.
Blake Theiss (Jul 30 2021 at 18:37):
@Michele Mottini @Brian Postlethwaite Thank you very much for the comments. So understood on using IdentityServer for the Identity Provider. follow up, what technology are you using for the FHIR Server? HAPI? or Microsoft FHIR Server?
Michele Mottini (Jul 30 2021 at 19:19):
C#, .NET framework
Last updated: Apr 12 2022 at 19:14 UTC