Local account for OIDC user duplicated on new login in dev environment #1502
Labels
app: projectroles
Issue in the projectroles app
bug
Something isn't working
environment
Issues of dependencies, CI, deployment etc.
ongoing
Ongoing issue, needs observation or pending on other projects
I locally ran into a problem where logging in on a previously-logged-in OIDC user on my dev system, their local user account is duplicated, with the username altered by adding some sort of hash behind it.
That is,
[email protected]
becomes something like[email protected]
. The old user remains on the site.After deleting both the user accounts and logging back in multiple times, both inside and outside private windows, I was not able to replicate the issue.
My hunch: this has something to do with me logging in earlier to my SODAR dev instance under the same local URL. Maybe we get confused by existing cookies on the same address?
If my hunch is correct, this would only affect dev environments where OIDC auth is tested on both SODAR and SODAR Core instances. However, I would still like to get rid of it if possible. I will need to monitor how this behaves.
The text was updated successfully, but these errors were encountered: