Hello,
I've encountered a security issue with ABP, and I'm wondering if there's a simple way to fix this. In a nutshell, I'm able to call API methods after logout by re-using the cookie. During a security audit, this was identified as a critical security issue by a 3rd party firm.
Here are the steps to reproduce the problem:
The expected result is that the service call would fail, since the user has logged out.
Is there a built-in way of preventing this behaviour?
Thanks,
Dave
We're experiencing this exact issue.
<a class="postlink" href="http://stackoverflow.com/questions/36129794/why-does-my-updateasyncuser-method-fail-the-first-time-claiming-user-doesnt">http://stackoverflow.com/questions/3612 ... ser-doesnt</a>
Has there been any resolution to this?
Hi guys,
When the CreateOrUpdateUser method is logged, the password is logged in plain text. This is a big security issue, as the logs could be used to compromise the system.
Can you add a setting to disable logging of sensitive information?
Thanks,
Dave