This project is a reference implementation for the FAST Security Implementation Guide STU2. It is built using the Duende IdentityServer and UDAP .NET libraries.
A hosted instance of this server is available in the HL7 Foundry at: https://udap-security.fast.hl7.org/
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
docs directoryRun 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.
Content type
Image
Digest
sha256:fd56b6bd6…
Size
157.2 MB
Last updated
2 days ago
docker pull hlseven/fast-udap-security