Skip to content

Authentication DICOM Web server - OAuth 2.0 #1539

Discussion options

You must be logged in to vote

When we start MONAI Label server, we don't receive any remote request.
We need to connect to DICOM Web even before receiving any user requests.

However, many DicomWeb servers allow host whitelist. In that case you can add MONAILabel server to whitelist in DICOMWeb server (example in Orthanc config) and that way you don't need to share the username/password to MONAILabel server.

Or may be we can accept some Token and pass Authorization header (from env variable) in DICOMWeb requests instead of Username and Password. But such tokens are normally short-lived and MONAI Server might be up and running for days/weeks. It will become a hassle to refresh the token everytime.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@niklu-igloo
Comment options

Answer selected by niklu-igloo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants