We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44f03d commit e486f54Copy full SHA for e486f54
1 file changed
src/config/settings.js
@@ -374,7 +374,10 @@ export default {
374
{ profile: 'http://iiif.io/api/auth/0/external', external: true },
375
{ profile: 'http://iiif.io/api/auth/0/kiosk', kiosk: true },
376
{ profile: 'http://iiif.io/api/auth/0/clickthrough' },
377
- { profile: 'http://iiif.io/api/auth/0/login' }
+ { profile: 'http://iiif.io/api/auth/0/login' },
378
+ { profile: 'external', external: true },
379
+ { profile: 'kiosk', kiosk: true },
380
+ { profile: 'active' }
381
]
382
}
383
};
0 commit comments