Hi!
I have built a solution where login is done via OpenIdConnect.
It works well and users are synced to the table tblSynchedUser and roles are synced to the table tblSynchedUserRole in the database.
My question is if any cleanup happens in these tables if a user or a role disappears?
I realize that the database cannot keep track of this as the synchronization takes place when someone logs in and that it does not know if a user or
a role disappears, but I'm thinking if a cleanup happens if e.g. a user has not logged in for the last x months or similar.
Best regards
Kristian