UMEssen / DICOM-RST

DICOMweb-compatible gateway server with DIMSE and S3 implementations
https://umessen.github.io/DICOM-RST/
MIT License
15 stars 0 forks source link

New Feature Request: Enhance Security by Providing Auth to endpoints #15

Open MaxOremek opened 3 weeks ago

MaxOremek commented 3 weeks ago

Currently Endpoints are not secured. Possible soultion add a proxy server or use authentication methods?

nickamzol commented 2 weeks ago

The current recommendation is to use a proxy server and a dedicated IAM solution like Keycloak.

Other DICOMweb implementations seem to support HTTP Basic Auth at least - I think we could add that. Please let me know if you need a more sophisticated solution.

MaxOremek commented 5 days ago

So we have a rust based ldap tool for tokens. simple ldap works quite well for more but the http basic auth will be good