ProjectMirador / mirador

An open-source, web-based 'multi-up' viewer that supports zoom-pan-rotate functionality, ability to display/compare simple images, and images with annotations.
https://projectmirador.org
Apache License 2.0
550 stars 256 forks source link

IIIF Auth2 Support #3789

Open barmintor opened 1 year ago

barmintor commented 1 year ago

Mirador should support the IIIF Auth2 specification.

This will require changes to canvas processing, as non-image content resources may have services (currently MiradorCanvas assumes the presence of a service implies IIIF image resources).

This will require changes to the auth state selector, as non-image content resources may have auth services.

This will require changes to the authorization flow to support probe responses.

brittnylapierre commented 1 month ago

Hey all! Was this being worked on already?) as referenced in the activity occurring above?

barmintor commented 1 month ago

We are imminently launching a site built with a fork of M3 that uses Auth2, but building a PR from it will be some additional work.