Written by

UKK Köln
Question Dmitrii Baranov · Oct 3, 2023

HS.FHIRServer.Installer - allow anonymous

Hi, How could I configure a FHIR server instance programmatically to allow unauthenticated access? This article explains how to set the Debug mode option value, but the HS.FHIRServer.API.ConfigData class does not contain a field which disables basic authentication for the endpoint.

Product version: IRIS 2023.2

Comments

Dmitrii Baranov  Oct 3, 2023 to Dmitry Maslennikov

Thanks so much! It was not obvious for me that the DebugMode property value is of type integer (looks like boolean)

0