AUTH_FAIL Audit Event - dogtagpki/pki GitHub Wiki

Overview

The AUTH_FAIL audit event is generated when authentication fails (in case of SSL-client auth, only webserver env can pick up the SSL violation; CS authMgr can pick up certificate mis-match, so this event is used).

Properties:

  • Outcome should always be Failure in this event (obviously, if authentication failed, you won’t have a valid SubjectID, so in this case, SubjectID should be $Unidentified$)

  • AuthMgr must be the authentication manager instance name that did this authentication

  • AttemptedCred must be the credential attempted and failed

Note: In PKI 10.5 this event is renamed to AUTH.

Examples

Start PKI console and login with a wrong password.

The server will generate the following events:

[AuditEvent=AUTH_FAIL][SubjectID=$Unidentified$][Outcome=Failure][AuthMgr=passwd
UserDBAuthMgr][AttemptedCred=caadmin] authentication failure
⚠️ **GitHub.com Fallback** ⚠️