Sign inSign up

hlseven/fast-udap-security

By hlseven

•Updated 2 days ago

Image
0

3.3K

hlseven/fast-udap-security repository overview

⁠FAST Security Reference Implementation

This project is a reference implementation for the FAST Security Implementation Guide STU2⁠. It is built using the Duende IdentityServer⁠ and UDAP .NET⁠ libraries.

⁠Hosted Instance

A hosted instance of this server is available in the HL7 Foundry at: https://udap-security.fast.hl7.org/⁠

⁠Documentation

Full documentation can be found in the docs⁠ directory. A hosted version of this documentation is also available at: https://udap-security.fast.hl7.org/docs⁠

⁠Requirements

  • .NET 10
  • (optional) Microsoft SQL Server
  • (optional) Docker
  • (optional) Python for building documentation from the docs directory

⁠Quick Start

Run the server with dotnet run specifying the project file:

dotnet run --project IdentityServer/IdentityServer.csproj

If this is the first time running the server, you will likely need to create a self-signed certificate. This can be done by running the following command:

dotnet dev-certs https

Additionally, you can trust the certificate by running the following command:

dotnet dev-certs https --trust

More information on self-signed certificates and development certificates can be found in the .NET documentation⁠.

Tag summary

Content type

Image

Digest

sha256:fd56b6bd6…

Size

157.2 MB

Last updated

2 days ago

docker pull hlseven/fast-udap-security