Enet4 / dicom-rs

Rust implementation of the DICOM standard
https://dicom-rs.github.io
Apache License 2.0
402 stars 75 forks source link

add: User identity negotiation #402

Closed nicholasrussell closed 2 months ago

nicholasrussell commented 10 months ago

Hello,

Looking for your feedback in adding some of the user identity negotiation options.

In order to keep this minimal, I added the entrypoint into retrieving this data into the existing AccessControl trait. The downside being that it breaks the interface.

Thanks

Enet4 commented 10 months ago

Hello! Thank you for the pull request! It is great to see an initiative towards the integration on authorization mechanisms in DICOM-rs.