iiif-auth
Authenticate with IIIF resources to access protected content. Supports login, token exchange, interactive sessions, logoff, and authentication status probing.
Instructions
Authenticate with IIIF resources and access protected content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The authentication action to perform | |
| resourceUrl | Yes | The URL of the IIIF resource | |
| username | No | Username for authentication (when action is authenticate) | |
| password | No | Password for authentication (when action is authenticate) | |
| token | No | Manually provide an access token (when action is authenticate) | |
| sessionId | No | Manually provide a session ID (when action is authenticate) | |
| interactive | No | Use interactive browser-based authentication (when action is authenticate) | |
| structured | No | Return structured JSON data instead of formatted text |