-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
documentation for Auth? #502
Comments
@dvhassel have you set up the authorizer section of your loris2.conf? This is an example config from webapp.py: |
hi, no I didn't. I have this now in loris2.conf:
The rules.json:
in the log I can see this now: but nothing in /info.json. Step-by-step I guess? |
Hi,
is there any documentation floating around on using IIIF Auth with Loris? I'm trying to get this working with the SimpleFSResolver, without any luck so far unfortunately.
I have created the rules.json file for my test image (test1.jp2 and test1.rules.json live in the same directory) and added
use_auth_rules=True
to the [resolver] section of loris2.conf.This is being picked up as I can see in the log:
[DEBUG]: resolver.use_auth_rules=True
However, test1.jp2/info.json does include the extraInfo from test1.rules.json. It doesn't seem to be a caching issue.
Any suggestions?
The text was updated successfully, but these errors were encountered: