github.com/cs3org/reva/v2@v2.27.7/changelog/2.17.0_2023-12-12/fix-auth-allow-empty-cred-chain.md (about) 1 Bugfix: Allow an empty credentials chain in the auth middleware 2 3 When running with ocis, all external http-authentication is handled by the proxy 4 service. So the reva auth middleware should not try to do any basic or 5 bearer auth. 6 7 https://github.com/cs3org/reva/pull/4241 8 https://github.com/owncloud/ocis/issues/6692