Need advice on per patient access

Hi all, I need a system to explore and view dicom files for each patient.

The patient can only see his own files, has his own user and password and the capability to change his password.

After reading the docs I has come to the conclusion that i need to implement a system that includes a keycloak service, where I setup users and roles, and use the authorization plugin, where I set permisions per role and work at patient level, finally for passwd changes i must use keycloak admin api.

Please see if I am right, or maybe suggest a better or simpler solution.

Thanks in advance.

Hello,

Your understanding is correct, here is the right place to go to:

HTH,