Project

General

Profile

Bug #25681

Updated by Clark ANDRIANASOLO 12 days ago

When I configured provisioning of OIDC users in Rudder, I can login provision a first user and it can successfully login, it is active. 
 When I provision a second one, the user is also logged in and active, but the first user I created gets deleted (marked with @status='deleted'@ in the database table, and in the API JSON response of user-management list, deleted users are just filtered out from the User management dashboard). 

 When every new user is provisioned, all existing OIDC users are marked deleted in the database. 
 But this should not happen and other OIDC users should remain with their status.

Back