Cloudron auth support doesn't seem to work?
-
Hi all,
I tried to install Taiga and use Cloudron for the user management access control. I can login into admin panel with regular password but I never get prompted for OIDC otherwise; I can't login at all into the user-facing part actually. Could the OIDC integration be broken?
Login works fine if I leave user management up to the app.
-
Hello @tetr
Tested on Cloudron 8 and 9.
I just installed the app and indeed there is no "login with Cloudron" button.
When I use my users plain credentials in the login form, I am logged in.Problems:
- My username
james.smithgets altered tojamessmitheven tho.is allowed in the username - When I log out without changing my password, I can't log in again
- When I try to change my password, with my current password, it errors
invalid current password - When I change my password and leave my current password empty, my password is changed, but I am not able to log in with either
james.smithorjamessmith
I am looking into it.
- My username
-
A manual fix is possible by updating the
user_userstable to include the.UPDATE users_user SET username = 'james.smith' WHERE username = 'jamessmith';Now the login works.
@tetr
The taiga app does not use OIDC but used LDAP. That is why there is noLogin with Cloudronflow and you can just put your plain credentials into the login form.