DSpace / dspace-angular

DSpace User Interface built on Angular.io
https://wiki.lyrasis.org/display/DSDOC8x/
BSD 3-Clause "New" or "Revised" License
135 stars 435 forks source link

Mirador cannot retrieve iiif data for restricted item. #1435

Open mspalti opened 2 years ago

mspalti commented 2 years ago

Describe the bug Requests from the Mirador viewer are missing the authorization token. When an authorized user accesses the DSpace item the request fails.

To Reproduce Steps to reproduce the behavior:

  1. Create an access restricted "dspace.iiif.enabled" item
  2. Login as the authorized user and try to view the item

Expected behavior The metadata and image should appear in the viewer.

pnbecker commented 3 weeks ago

We are investigating if we can implement IIIF Authentication API into DSpace. This should solve this issue. I create an issue about IIIF Authentication API as soon as we have first results to share.

mspalti commented 3 weeks ago

@pnbecker thanks for working on this one. IIIIF auth support will be a great addition!