IIIF Auth Demo

Token Service Debug

Authentication Status: Not Authenticated

Test Configuration

Click "Generate URL" to create the URL

How Token Service Works:

  1. Client opens Token Service URL in a popup window
  2. Token Service checks if there's a valid token:
    • If yes: Returns HTML with postMessage script
    • If no: Redirects to login page
  3. After successful login, Token Service sends token via postMessage
  4. Parent window receives the message and closes the popup