Merge pull request #2755 from owncloud/fix-basic-auth-with-custom-user-claim

fix basic auth with custom user claim
This commit is contained in:
Willy Kloucek
2021-11-15 14:04:06 +01:00
committed by GitHub
4 changed files with 19 additions and 1 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