zemantic / fhir-auth

A Robust Authentication and Authorization Server for FHIR Servers 🔥

Home Page:https://zemantic.co/fhir-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

FHIR Auth - a SMART on FHIR compatible FHIR authentication server

AGPL License GitHub issues GitHub Repo stars Documentation

FHIR Auth is a SMART on FHIR compatible FHIR authentication and authorization server. A FHIR authorization server validates incoming requests from clients and grant access to the FHIR server according to allocated privilages.

FHIR Auth currently support server to server authentication (backend authentication) and it is compatible with HAPI FHIR and many popular FHIR servers.

Incoporate FHIR Auth to your FHIR server or institution

Features

  • Follows SMART on FHIR security standards
  • FHIR Auth works with all popular FHIR servers, including HAPI FHIR
  • oAuth authentication flow
  • Manage multiple FHIR servers in a single endpoint
  • Registration and managing clients
  • Grant resrouce level privilages

Documentation

The documentation is still work in progress. Read the full documentation for FHIR Auth - https://zemantic.co/docs/fhir-auth

Help documentation by contributing to documentation repository

Installation

Installing FHIR Auth on your developer environment

Clone the respository and install dependencies

git clone https://github.com/zemantic/FHIR-auth-server
npm Install

Setting up environment variables

Change the values of env_example. And rename the file as .env

Creating tables

npx prisma generate
npx prisma migrate dev --name init

Run

npm run serve

Build server after making changes

npm run build

Issues

Please create issues that you came across while using FHIR Auth on GitHub.

You are welcome to create a pull request with any solutions that you were able to fix on FHIR Auth. Pull requests will be merged after review by the authors.

Authors

FAQ

What is FHIR?

Fast Healthcare Interoperability Resources is a standard that includes a messaging structure (Resources) and a REST API structure that helps to achieve interoperability in healthcare data exchange between systems.

Does FHIR Auth store any health data?

No FHIR Auth does not store any incoming FHIR data, nor it process or modify the data. FHIR Auth only handles authentication of the incoming requests based on user privilages.

About

A Robust Authentication and Authorization Server for FHIR Servers 🔥

https://zemantic.co/fhir-auth

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 82.2%Language:JavaScript 17.8%