MiroTalk P2P cannot join rooms if OIDC user is same as .env user
-
Since I somehow ended up in this configuration, the workaround was to edit the username in the .env file so it's not the same.
@mirotalk-57bab571 can it be made to work with local host auth first before checking OIDC where credentials won't match?
-
Yeah description is a little confusing but I think what @robi means is that they allowed a user (that is not a Cloudron OIDC user) in the .env file, but that this username has the same username as a OIDC user on Cloudron. As a result the user allowed manually in the .env file cannot login because the app is expecting the OIDC credentials. But yes, @robi please clarify.
-
It's more for Miroslav who will know what to do with this, since it's his code, hence the mention.
@avatar1024 is close, as the dup user can log in, just cannot join user specified rooms. Only autogenerated ones.
In any case, the auth flow and permissions need some TLC.
Nothing for the Cloudron team to do.
-
@mirotalk-57bab571 following up