Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MaxOremek opened this issue Sep 26, 2024 · 2 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@MaxOremek
Copy link

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

@nickamzol nickamzol self-assigned this Oct 4, 2024
@nickamzol nickamzol added the enhancement New feature or request label Oct 4, 2024
@nickamzol
Copy link
Member

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants