Greetings Community
I am using dcm4chee-arc-light 5.33.1 docker compose with a secure setup on a single host that includes Keycloak, MariaDB, PostgreSQL, and OpenLDAP. When I try to access studies through a Weasis native link, the studies do not appear, and only the eye icon is shown.
How can I properly configure Native Weasis integration with dcm4chee 5.33.1 so that studies are displayed correctly when using secured archive services?
This is the links i am using
IID_STUDY_URL=weasis://$dicom:rs --url "https://localhost:8443{{qidoBasePath}}" -r "studyUID={{studyUID}}" --query-ext "&includedefaults=false" -H "Authorization: Bearer {{access_token}}"
IID_PATIENT_URL=weasis://$dicom:rs --url "https://localhost:8443{{qidoBasePath}}" -r "patientID={{patientID}}" --query-ext "&includedefaults=false" -H "Authorization: Bearer {{access_token}}"
Please assist me on this i am kind of stuck on this