Skip to content

Commit e486f54

Browse files
committed
add IIIF Auth2 authentication profiles to settings (#3789)
1 parent c44f03d commit e486f54

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/config/settings.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,10 @@ export default {
374374
{ profile: 'http://iiif.io/api/auth/0/external', external: true },
375375
{ profile: 'http://iiif.io/api/auth/0/kiosk', kiosk: true },
376376
{ profile: 'http://iiif.io/api/auth/0/clickthrough' },
377-
{ profile: 'http://iiif.io/api/auth/0/login' }
377+
{ profile: 'http://iiif.io/api/auth/0/login' },
378+
{ profile: 'external', external: true },
379+
{ profile: 'kiosk', kiosk: true },
380+
{ profile: 'active' }
378381
]
379382
}
380383
};

0 commit comments

Comments
 (0)