fix basic auth with custom user claim

This commit is contained in:
Willy Kloucek
2021-11-11 11:43:10 +01:00
parent 45c3b072fb
commit d05df2f85e
4 changed files with 10 additions and 0 deletions
@@ -0,0 +1,7 @@
Bugfix: Fix basic auth with custom user claim
We've fixed authentication with basic if oCIS is configured to use a non-standard claim
as user claim (`PROXY_USER_OIDC_CLAIM`). Prior to this bugfix the authentication always
failed and is now working.
https://github.com/owncloud/ocis/pull/2755