OK, the auditors have come knocking and I know one of their standard "exposures" is if your application allows concurrent logons by the same user.
Let's put aside the quantification of that risk for a minute...
The application I'm working with uses Oracle SSO for managing authentication, and as far as I know, it does not have an out-of-the-box solution for this.
I'm looking for advice - either a way that the standard product can be made to support this requirement, or the most maintainable, unintrusive customisation to do the same.
Appreciate any thoughts on the matter...