Dcm4chee-arc secured access Retrieve URL link got "Unauthorized" error #3360
Answered
by
gunterze
oliverfchen
asked this question in
Q&A
-
In secured dcm4chee-arc, can't download dcm using Retrieve URL (0008,1190) : |
Beta Was this translation helpful? Give feedback.
Answered by
gunterze
Sep 15, 2021
Replies: 1 comment 5 replies
-
You have to pass a valid OpenID Connect Access Token (fetched from Keycloak) in Query Parameter |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
oliverfchen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to pass a valid OpenID Connect Access Token (fetched from Keycloak) in Query Parameter
access_token
or (better) in HTTPAuthorization
header.s. Getting OIDC Access Token using curl