Closed SiluniPathirana closed 1 week ago
This report looks to be APIM and should be reported against APIM product.
This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!
Steps to reproduce the issue
In logs, we could observe the following exception.
When restarted the APIM server or wait until the cache timeout happens, then the login gets successful.
When debugging the issue found that UserIdResolverCache cache stores the user ID and the user name and when doing the user deletion cache doesn't get cleared. So when trying to login again, since it is the same username it gets the user ID of the previously deleted user and it causes the login failure.