FHIR Chat · Autheticate users · implementers

Stream: implementers

Topic: Autheticate users


view this post on Zulip Ait Tete (May 07 2020 at 20:53):

Hello implementers, I just locally installed Hapi-Fhir, and was wondering what the good options are to have user authenticate before they can access the server. Maybe something that require both LDAP and Username-Password combination. Can you point me to the options available and if there's something better to use, I will be happy to know. Thanks for the anticipated help!

view this post on Zulip Lloyd McKenzie (May 07 2020 at 21:46):

@John Moehrke

view this post on Zulip John Moehrke (May 07 2020 at 23:43):

http://build.fhir.org/security.html#authentication

view this post on Zulip Patrick Werner (May 08 2020 at 12:24):

Ait Tete said:

Hello implementers, I just locally installed Hapi-Fhir, and was wondering what the good options are to have user authenticate before they can access the server. Maybe something that require both LDAP and Username-Password combination. Can you point me to the options available and if there's something better to use, I will be happy to know. Thanks for the anticipated help!

simple recipe:
Install Keycloak, create realm and users, use apache as auth reverse proxy whith mod_auth_openidc: https://github.com/zmartzone/mod_auth_openidc/wiki/Keycloak


Last updated: Apr 12 2022 at 19:14 UTC