Skip to main content

Authentication Events

fido2.client.error

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.client.error"
msgstring"Client error."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
reasonstringDescription of a failure reason.

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
passkeyIdstringAn internal passkey identifier associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.mfa.begin.completed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mfa.begin.completed"
msgstring"MFA begin completed."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
actionstringNext action to be performed in the current workflow.
appIdstringIdentifier of the application associated with the event.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

Optional Attributes

AttributeTypeDescription
checkoutIdstringSimilar to trust ID but in the merchant context.
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
payloadstringAny additional payload that needs to be signed with the rest of the transaction.
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.

fido2.mfa.begin.failed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mfa.begin.failed"
msgstring"MFA begin failed."
defaultSeveritystringseverity of the event unless explicitly specified (default: "warn").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
actionstringNext action to be performed in the current workflow.
appIdstringIdentifier of the application associated with the event.
reasonstringDescription of a failure reason.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).

Optional Attributes

AttributeTypeDescription
checkoutIdstringSimilar to trust ID but in the merchant context.
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
payloadstringAny additional payload that needs to be signed with the rest of the transaction.
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.mfa.begin.init

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mfa.begin.init"
msgstring"MFA begin initiated."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
bluetoothAvailableboolBluetoothAvailable flag from webauth bluetooth.getAvailability().
clientNamestringName of the client application (i.e. Chrome, Firefox, etc.)
clientTypestringType of the client application (usually "browser" or "app").
clientVersionstringVersion of client application (often obfuscated by the device for privacy).
conditionalGetboolConditionalGet flag from webauth PublicKeyCredential.getClientCapabilities().
hybridTransportboolHybridTransport flag from webauth PublicKeyCredential.getClientCapabilities().
osArchstringHardware architecture of the client device.
osNamestringOS type of the client device.
osVersionstringOS version of the client device.
passkeyPlatformAuthenticatorboolPasskeyPlatformAuthenticator flag from webauth PublicKeyCredential.getClientCapabilities().
screenHeightint64Screen height of the client device.
screenWidthint64Screen widths of the client device.
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
userAgentstringContent of "User-agent" header from the request.
userVerifyingPlatformAuthenticatorboolUserVerifyingPlatformAuthenticator flag from webauth PublicKeyCredential.getClientCapabilities().

Optional Attributes

AttributeTypeDescription
checkoutIdstringSimilar to trust ID but in the merchant context.
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
payloadstringAny additional payload that needs to be signed with the rest of the transaction.
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.mfa.external.auth.completed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mfa.external.auth.completed"
msgstring"External authentication completed."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
actionstringNext action to be performed in the current workflow.
appIdstringIdentifier of the application associated with the event.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).

Optional Attributes

AttributeTypeDescription
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).

fido2.mfa.external.auth.failed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mfa.external.auth.failed"
msgstring"External authentication failed."
defaultSeveritystringseverity of the event unless explicitly specified (default: "warn").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
actionstringNext action to be performed in the current workflow.
appIdstringIdentifier of the application associated with the event.
reasonstringDescription of a failure reason.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).

Optional Attributes

AttributeTypeDescription
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).

fido2.mfa.passkey.aaguid.blocked

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mfa.passkey.aaguid.blocked"
msgstring"Passkey AAGUID blacklisted."
defaultSeveritystringseverity of the event unless explicitly specified (default: "warn").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
aaguidstringAAGUID of the passkey authenticator from the client.
actionstringNext action to be performed in the current workflow.
appIdstringIdentifier of the application associated with the event.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.mfa.passkey.auth.failed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mfa.passkey.auth.failed"
msgstring"Failed to authenticate with passkey."
defaultSeveritystringseverity of the event unless explicitly specified (default: "warn").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
actionstringNext action to be performed in the current workflow.
appIdstringIdentifier of the application associated with the event.
reasonstringDescription of a failure reason.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.mfa.passkey.authenticated

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mfa.passkey.authenticated"
msgstring"Passkey authentication completed."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
actionstringNext action to be performed in the current workflow.
appIdstringIdentifier of the application associated with the event.
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
passkeyIdstringAn internal passkey identifier associated with the event (can be used for extracting additional any device info from the system).
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

Optional Attributes

AttributeTypeDescription
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.

fido2.mfa.passkey.reg.failed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mfa.passkey.reg.failed"
msgstring"Failed to register passkey."
defaultSeveritystringseverity of the event unless explicitly specified (default: "warn").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
actionstringNext action to be performed in the current workflow.
appIdstringIdentifier of the application associated with the event.
reasonstringDescription of a failure reason.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.mfa.passkey.registered

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mfa.passkey.registered"
msgstring"Passkey registration completed."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
actionstringNext action to be performed in the current workflow.
appIdstringIdentifier of the application associated with the event.
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
passkeyIdstringAn internal passkey identifier associated with the event (can be used for extracting additional any device info from the system).
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

Optional Attributes

AttributeTypeDescription
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.

fido2.mfa.passkey.tx.completed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mfa.passkey.tx.completed"
msgstring"Passkey transaction completed."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
actionstringNext action to be performed in the current workflow.
appIdstringIdentifier of the application associated with the event.
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
passkeyIdstringAn internal passkey identifier associated with the event (can be used for extracting additional any device info from the system).
payloadstringAny additional payload that needs to be signed with the rest of the transaction.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

Optional Attributes

AttributeTypeDescription
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.

fido2.mfa.passkey.tx.failed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mfa.passkey.tx.failed"
msgstring"Failed to sign transaction with passkey."
defaultSeveritystringseverity of the event unless explicitly specified (default: "warn").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
actionstringNext action to be performed in the current workflow.
appIdstringIdentifier of the application associated with the event.
reasonstringDescription of a failure reason.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.mgmt.discovery.completed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mgmt.discovery.completed"
msgstring"Passkey discovery completed."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
actionstringNext action to be performed in the current workflow.
appIdstringIdentifier of the application associated with the event.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).

fido2.mgmt.discovery.failed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mgmt.discovery.failed"
msgstring"Passkey discovery failed."
defaultSeveritystringseverity of the event unless explicitly specified (default: "warn").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
reasonstringDescription of a failure reason.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).

fido2.mgmt.discovery.init

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.mgmt.discovery.init"
msgstring"Passkey discovery initiated."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
actionstringNext action to be performed in the current workflow.
appIdstringIdentifier of the application associated with the event.
bluetoothAvailableboolBluetoothAvailable flag from webauth bluetooth.getAvailability().
clientNamestringName of the client application (i.e. Chrome, Firefox, etc.)
clientTypestringType of the client application (usually "browser" or "app").
clientVersionstringVersion of client application (often obfuscated by the device for privacy).
conditionalGetboolConditionalGet flag from webauth PublicKeyCredential.getClientCapabilities().
hybridTransportboolHybridTransport flag from webauth PublicKeyCredential.getClientCapabilities().
osArchstringHardware architecture of the client device.
osNamestringOS type of the client device.
osVersionstringOS version of the client device.
passkeyPlatformAuthenticatorboolPasskeyPlatformAuthenticator flag from webauth PublicKeyCredential.getClientCapabilities().
screenHeightint64Screen height of the client device.
screenWidthint64Screen widths of the client device.
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
userAgentstringContent of "User-agent" header from the request.
userVerifyingPlatformAuthenticatorboolUserVerifyingPlatformAuthenticator flag from webauth PublicKeyCredential.getClientCapabilities().
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).

fido2.passkey.auth.aaguid.blocked

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.passkey.auth.aaguid.blocked"
msgstring"Failed to authenticate with passkey - AAGUID blacklisted."
defaultSeveritystringseverity of the event unless explicitly specified (default: "warn").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
aaguidstringAAGUID of the passkey authenticator from the client.
appIdstringIdentifier of the application associated with the event.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.passkey.auth.failed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.passkey.auth.failed"
msgstring"Failed to authenticate with passkey."
defaultSeveritystringseverity of the event unless explicitly specified (default: "warn").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
reasonstringDescription of a failure reason.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
fido2ComplianceLevelstringFIDO2 compliance level.
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.passkey.auth.init

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.passkey.auth.init"
msgstring"Passkey authentication initiated."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
bluetoothAvailableboolBluetoothAvailable flag from webauth bluetooth.getAvailability().
clientNamestringName of the client application (i.e. Chrome, Firefox, etc.)
clientTypestringType of the client application (usually "browser" or "app").
clientVersionstringVersion of client application (often obfuscated by the device for privacy).
conditionalGetboolConditionalGet flag from webauth PublicKeyCredential.getClientCapabilities().
hybridTransportboolHybridTransport flag from webauth PublicKeyCredential.getClientCapabilities().
osArchstringHardware architecture of the client device.
osNamestringOS type of the client device.
osVersionstringOS version of the client device.
passkeyPlatformAuthenticatorboolPasskeyPlatformAuthenticator flag from webauth PublicKeyCredential.getClientCapabilities().
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
screenHeightint64Screen height of the client device.
screenWidthint64Screen widths of the client device.
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
userAgentstringContent of "User-agent" header from the request.
userVerifyingPlatformAuthenticatorboolUserVerifyingPlatformAuthenticator flag from webauth PublicKeyCredential.getClientCapabilities().

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.passkey.authenticated

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.passkey.authenticated"
msgstring"Passkey authentication completed."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
passkeyIdstringAn internal passkey identifier associated with the event (can be used for extracting additional any device info from the system).
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

Optional Attributes

AttributeTypeDescription
fido2ComplianceLevelstringFIDO2 compliance level.
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.

fido2.passkey.delete.failed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.passkey.delete.failed"
msgstring"Failed to delete passkey."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
passkeyIdstringAn internal passkey identifier associated with the event (can be used for extracting additional any device info from the system).
reasonstringDescription of a failure reason.
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

Optional Attributes

AttributeTypeDescription
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).

fido2.passkey.deleted

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.passkey.deleted"
msgstring"Passkey deleted."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
passkeyIdstringAn internal passkey identifier associated with the event (can be used for extracting additional any device info from the system).
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

Optional Attributes

AttributeTypeDescription
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).

fido2.passkey.reg.aaguid.blocked

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.passkey.reg.aaguid.blocked"
msgstring"Failed to register passkey - AAGUID blacklisted."
defaultSeveritystringseverity of the event unless explicitly specified (default: "warn").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
aaguidstringAAGUID of the passkey authenticator from the client.
appIdstringIdentifier of the application associated with the event.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.passkey.reg.failed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.passkey.reg.failed"
msgstring"Failed to register passkey."
defaultSeveritystringseverity of the event unless explicitly specified (default: "warn").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
reasonstringDescription of a failure reason.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
fido2ComplianceLevelstringFIDO2 compliance level.
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.passkey.reg.init

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.passkey.reg.init"
msgstring"Passkey registration initiated."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
bluetoothAvailableboolBluetoothAvailable flag from webauth bluetooth.getAvailability().
clientNamestringName of the client application (i.e. Chrome, Firefox, etc.)
clientTypestringType of the client application (usually "browser" or "app").
clientVersionstringVersion of client application (often obfuscated by the device for privacy).
conditionalGetboolConditionalGet flag from webauth PublicKeyCredential.getClientCapabilities().
hybridTransportboolHybridTransport flag from webauth PublicKeyCredential.getClientCapabilities().
osArchstringHardware architecture of the client device.
osNamestringOS type of the client device.
osVersionstringOS version of the client device.
passkeyPlatformAuthenticatorboolPasskeyPlatformAuthenticator flag from webauth PublicKeyCredential.getClientCapabilities().
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
screenHeightint64Screen height of the client device.
screenWidthint64Screen widths of the client device.
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
userAgentstringContent of "User-agent" header from the request.
userVerifyingPlatformAuthenticatorboolUserVerifyingPlatformAuthenticator flag from webauth PublicKeyCredential.getClientCapabilities().

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.passkey.registered

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.passkey.registered"
msgstring"Passkey registration completed."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
passkeyIdstringAn internal passkey identifier associated with the event (can be used for extracting additional any device info from the system).
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

Optional Attributes

AttributeTypeDescription
fido2ComplianceLevelstringFIDO2 compliance level.
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.

fido2.passkey.tx.aaguid.blocked

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.passkey.tx.aaguid.blocked"
msgstring"Failed to sign transaction with passkey - AAGUID blacklisted."
defaultSeveritystringseverity of the event unless explicitly specified (default: "warn").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
aaguidstringAAGUID of the passkey authenticator from the client.
appIdstringIdentifier of the application associated with the event.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.passkey.tx.completed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.passkey.tx.completed"
msgstring"Passkey transaction completed."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
passkeyIdstringAn internal passkey identifier associated with the event (can be used for extracting additional any device info from the system).
payloadstringAny additional payload that needs to be signed with the rest of the transaction.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

Optional Attributes

AttributeTypeDescription
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.

fido2.passkey.tx.failed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.passkey.tx.failed"
msgstring"Failed to sign transaction with passkey."
defaultSeveritystringseverity of the event unless explicitly specified (default: "warn").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
reasonstringDescription of a failure reason.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.passkey.tx.init

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.passkey.tx.init"
msgstring"Passkey transaction initiated."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
payloadstringAny additional payload that needs to be signed with the rest of the transaction.
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.user.authenticate.failed

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.user.authenticate.failed"
msgstring"Failed to authenticate user."
defaultSeveritystringseverity of the event unless explicitly specified (default: "warn").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
reasonstringDescription of a failure reason.

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

fido2.user.authenticated

Common Attributes

AttributeTypeDescription
eventIdstring"fido2.user.authenticated"
msgstring"User authenticated."
defaultSeveritystringseverity of the event unless explicitly specified (default: "info").
uuidstringevent unique generated at the time of creation
timestampint64timestamp (milliseconds since epoch)

Mandatory Attributes

AttributeTypeDescription
appIdstringIdentifier of the application associated with the event.
userIdstringA unique user identifier as it known to the system (may be associated with multiple usernames and other PII).
usernamestringUsername used in the authentication context. A user may have multiple usernames (i.e. email, phone, etc.) associated with the same user identity.

Optional Attributes

AttributeTypeDescription
deviceIdstringIdentifier of the device associated with the event (can be used for extracting additional any device info from the system).
passkeyIdstringAn internal passkey identifier associated with the event (can be used for extracting additional any device info from the system).
responseTimeUsecint64Request processing time in microseconds (used for tracking SLAs).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
traceIdstringAny trace identifier included with the request (can used for tracing events across multiple systems).
trustIdstringTrust identifier derived from public key of the corresponding web crypto record stored on client device.