Authentication Attempts

Authentication failures are not reported directly to a client as this would provide extra information to an intruder attempting to break into the system. For example, reporting an incorrect password would indicate that the username is valid. All authentication attempts (both success and failure) are instead logged in a database table called the AuthenticationLog . Analyzing the AuthorisationLog Database Table should be consulted for further details.