-
Notifications
You must be signed in to change notification settings - Fork 189
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
oC10 / oCIS parallel / migration deployment broke because of user authentication #2604
Labels
Comments
wkloucek
added
Type:Bug
Type:Regression
Category:Defect
Existing functionality is not working as expected
labels
Oct 11, 2021
The LDAP backend example is also broken because of the proxy not supporting lookups by mail.
|
With cs3org/reva#2176, the machine auth accepts an optional claim |
The parallel deployment is confirmed to be fixed. Will check the CS3 users deployment example after #2643 is merged again, but I think it should be fine, too. |
Fix confirmed 👍 The login is possible, #2646 still applies. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
Users can't login to oCIS in the parallel deployment example since #2528, because the proxy no supports only lookups by username
ocis/proxy/pkg/user/backend/cs3.go
Lines 35 to 37 in 1ee4198
but the example deplyoment uses the userid
ocis/deployments/examples/oc10_ocis_parallel/docker-compose.yml
Lines 71 to 72 in 1ee4198
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
User logs in fine
Actual behavior
User can not login
The text was updated successfully, but these errors were encountered: