Replies: 1 comment
-
I can workaround by using a RewriteCondition like:
Is it safe? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
since I enabled oauth2 the directory listing does not work as before.
All subdirectories are missing, the directory itself and any files are shown.
Disabling the ouath2 mod makes it work again.
I need oauth2 for a different vhost.
Some details:
The access is allowed for certain claims only:
In the logs I see lots of denied msgs when e.g. calling /tags:
[authz_core:error] [pid 1541844:tid 139768326678272] [remote 172.xx.xx.xx:45988] AH01631: user [someid]@sts.windows.net/[tenantId]/: authorization failure for "/tags/6/index.html": , referer: https://login.microsoftonline.com/
There are also some oauth2 debug msgs, so it interferes somehow - but no errors.
Do I have to change the config?
I am using liboauth2_1.6.0-1.focal_amd64.deb.
Thanks for any help,
Heike
Beta Was this translation helpful? Give feedback.
All reactions