Hi everybody,
I want to try to add dynamically new registered users for Orthanc basic authentication. For now the only way I unerstood is to set the AuthenticationEnabled = True and to fill the list of the RegisteredUsers with the list of users and passwords and run Orthanc. Is there a way to set those values without modifying the config.json file and without re-running Orthanc? Please I need as soon as possibile a suggestion to do that.
Tks everybody,
Lorenzo
Hi Lorenzo,
This is not possible.
You could use Keycloak, more info here: orthanc-auth-service/minimal-setup/keycloak at main · orthanc-team/orthanc-auth-service · GitHub
HTH,