Skip to main content
Version: 10.7.0

Audit Trail

Location, Location, Location

The Audit Trail can be configured from more than one location in Control Center:

  • In Standard Mode: Integrations under the Audit Trail tab for the integration
  • In Standard Mode: Control Center Settings under the Audit Trail tab
  • In Standard Mode: HYPR Affirm under the Audit Trail tab
  • In Advanced Mode: App Properties for the Application selected under Choose an App

In all cases the experience is the same; clicking the Event entry will reveal additional information about the Event.

API Calls

The calls to create, search for, and Export Audit Trail Events can be found here in the HYPR Passwordless API collection.

The Audit Trail is designed to help administrators discover if and when issues occur during registration, authentication, or transaction. HYPR captures this user activity data and provides access to it in a simple, easy-to-use interface which lowers troubleshooting time and personnel resources so the issue can be identified and remedied at speed.

Related Articles:

For an overview of all logged events, as well as which component they are logged by and where they originate, see Overview of Logged Events by Type, Component, and Source at the end of this article.

What Is the Audit Trail

The Audit Trail is a collection of user activity Events generated by the components in the HYPR ecosystem. These captured Events span the entirety of the flow of operations, whether it's registration, authentication, deregistration, or a transaction. At every step of each HYPR request or response, an Event is generated and collected with its corresponding information.

How It Works

Event data is stored in a separate schema away from the critical HYPR FIDO databases. This allows registration, authentication, and deregistration flows to continue functioning without being affected. The connection information to this schema can be found in the Vault; a HYPR representative can help you find it. The settings for the Audit Trail schema will be automatically set up for you during installation.

We anticipate there could be potentially millions of records in this database. We have included a means to roll over the data. This mechanism will be described in detail at the bottom of this guide.

Events

Each single captured Event is a result of a successful or failed attempt.

Audit Trail Events

Event Descriptions

A full list of all Events and common parameters can be found in the Event Descriptions article. Not every Event is listed in the CC Audit Trail; some only appear in API responses.

Mobile Device

Events triggered from a mobile device (including security keys and smart-cards) will display the Device OS, OS Version, Device Model, Device ID, and SDK Version. See parameter details here.

Workstation

Events triggered from a workstation will display Extended Message, OS Version, Model, OS, Offline Access Enabled, Offline Token Length, Offline Token Count, Offline Access Days, Tokens Available, and Tokens Remaining. See parameter details here.

Server

Events triggered from the server will display the Node ID and Control Center Version. See parameter details here.

Web

Events triggered from web operations will display the Extended Message and Machine Name. See parameter details here.

Getting There

The Audit Trail feature is Application-specific and does not encompass a global scope. You can locate it in the left navigation panel of the Control Center under App Properties.

Searching Events

When you first click on the Audit Trail option, the last 10 minutes of Events will be displayed by default.

A single activity can sometimes generate several events. In this case, the value in the Trace ID column will be the same, letting you see which events come from the same activity.

To copy a single piece of data from the Audit Trail, hover the mouse over the piece of data you want and then click the copy icon to place it in your clipboard.

Search by Time Frame

To expand the searchable timeframe, click the calendar icon.

Quick Filters

ParameterDescription
Last HourGets the last 24 hours of Events.
TodayGets the Events from midnight to current time.
YesterdayGets the Events from yesterday.
Last 7 daysGets the Events from the last 7 days.
Last 30 DaysGets the Events from the last 30 days.

User Interface

You can also select a specific timeframe by clicking the Start Date and End Date in the calendar. For a more precise timeframe search, you also can enter in a time (HH:MM:SS format).

Search by Username, Machine ID, Session ID, or Device ID

The Audit Trail allows searching by Username, Machine ID, Session ID or Device ID. Searching on one of these identifiers allows the administrator to narrow down the action and get a resolution to the issue without having to dig through the server logs. By quickly identifying a failed event and cross-referencing it with one of the above identifiers, you can further glean the root cause of the issue.

Export

To export rows of the Audit Trail, select the checkbox next to the row you want to export and click Export Selected in the upper right. This will provide you with a .CSV file including all selected rows.

Examples

You have found a failed Event that is a timeout. By searching for the Machine ID, you see that this particular user has many timeouts and errors which say, "Did not receive anything from device." This could be a device issue. Check connectivity and try again.

Database Rollover

We keep the last 30 days of Event data.
Every hour we archive the data that is older than 30 days into a backup table.
The backup retains data indefinitely.

Overview of Logged Events by Type, Component, and Source

The following sections list all Events available in the HYPR Audit Trail, grouped by major feature area. Each table shows the technical eventName identifier and the normalized Logged By and Source values used for analytics and data-team reporting.

For detailed descriptions and parameters, see Event Descriptions.

Access Token Events

Events related to creating and revoking access tokens for administrative purposes.

EventEvent NameLogged BySource
Access Token CreatedACCESS_TOKEN_CREATERP ServerAdmin/UI
Access Token RevokedACCESS_TOKEN_REVOKERP ServerAPI
Administrative Events

Events related to Control Center administrative actions, including user management, integrations, applications, and system configuration.

EventEvent NameLogged BySource
User Logged InLOGINCC ServerAdmin/UI
User Logged OutLOGOUTCC ServerAdmin/UI
Metadata Updated (FIDO2)FIDO2_METADATACC ServerFIDO2/WebAuthn
Integration CreatedCREATE_INTEGRATIONRP ServerAdmin/UI
Integration DeletedDELETE_INTEGRATIONRP ServerAdmin/UI
Integration DisabledDISABLE_INTEGRATIONRP ServerAdmin/UI
Integration EnabledENABLE_INTEGRATIONRP ServerAdmin/UI
Integration RefreshedREFRESH_INTEGRATIONRP ServerAdmin/UI
Integration SuspendedSUSPEND_INTEGRATIONRP ServerAdmin/UI
Integration UpdatedUPDATE_INTEGRATIONRP ServerAdmin/UI
Authenticator DisabledAUTHENTICATOR_DISABLEDCC ServerMobile
Authenticator EnabledAUTHENTICATOR_ENABLEDCC ServerMobile
UAF Facet ID Added (UAF)UAF_FACETID_ADDEDCC ServerBiometric
UAF Facet ID Removed (UAF)UAF_FACETID_REMOVEDCC ServerBiometric
Application Action CreatedCREATE_APP_ACTIONN/AMobile
Application DeletedDELETE_APPCONTROL_CENTER_SERVERN/A
Application Action DeletedDELETE_APP_ACTIONCC ServerMobile
Application Configuration DeletedDELETE_APP_CONFIGRP ServerMobile
Application Configuration SavedSAVE_APP_CONFIGRP ServerAdmin/UI
Application UpdatedUPDATE_APPCC ServerMobile
Application Action UpdatedUPDATE_APP_ACTIONCC ServerMobile
Username DissociatedUSERNAME_DISSOCIATERP ServerAdmin/UI
Username AssociatedUSERNAME_ASSOCIATERP ServerAdmin/UI
Authentication Events

Events related to user authentication attempts and completions across various platforms and methods, including desktop SSO, WebAuthn, QR codes, and workstation authentication.

EventEvent NameLogged BySource
Desktop SSO InitiatedDESKTOP_SSORP ServerDesktop SSO
Desktop SSO CompletedDESKTOP_SSO_COMPLETERP ServerDesktop SSO
External Authentication CompletedEXTERNAL_AUTH_COMPLETERP ServerWorkstation Client
Fallback Authenticator UsedFALLBACK_AUTHENTICATORMobileDeviceMobile
FIDO Only Authentication Attempted (FIDO)FIDO_ONLY_AUTHUAF ServerMobile
FIDO Only Transaction Completed (FIDO)FIDO_ONLY_TRANSRP ServerMobile
WebAuthn Request (FIDO2)FIDO2_WEBAUTHNRP ServerFIDO2/WebAuthn
WebAuthn Completed (FIDO2)FIDO2_WEBAUTHN_COMPLETERP ServerSecurity Key
HYPR Gateway Workstation Driver ConnectedHYPR_GATEWAY_WORKSTATION_DRIVERWorkstationMobile
HYPR Gateway AvailableHYPR_GATEWAY_AVAILABLERP ServerMobile
HYPR Mobile Database AccessedHYPR_MOBILE_DATABASEMobileDeviceMobile
Website Authentication Started (Out-of-Band)OOB_WEBSITE_AUTHBrowserN/A
Website Authentication Completed (Out-of-Band)OOB_WEBSITE_AUTH_COMPLETEBrowserN/A
Website Transaction Completed (Out-of-Band)OOB_WEBSITE_TRANSBrowserN/A
QR Fallback Payload CachedQR_FALLBACK_PAYLOAD_CACHEDCC ServerMobile (QR)
QR Fallback Payload RetrievedQR_FALLBACK_PAYLOAD_RETRIEVEDCC ServerWeb
Session Website Authentication StartedSESSION_WEBSITE_AUTHMobileDeviceMobile (QR)
Session Website Authentication CompletedSESSION_WEBSITE_AUTH_COMPLETEN/AMobile (QR)
Website Authentication StartedWEBSITE_AUTHMobileDeviceMobile
Authentication AttemptWORKSTATION_AUTHRP ServerMobile
Authentication CompletedWORKSTATION_AUTH_COMPLETERP ServerWorkstation Client
Universal QR Code ScanUNIVERSAL_QR_SCANMobileDeviceMobile (QR)
Authentication via JSON ScanWORKSTATION_AUTH_JSON_SCANMobileDeviceMobile
Authentication via QR ScanWORKSTATION_AUTH_QR_SCANN/AMobile (QR)
User Management Events

Events related to user creation and deletion operations.

EventEvent NameLogged BySource
User DeletedDELETE_USERMobileDeviceMobile
User Link CreatedMAGIC_LINK_CREATE_USERRP ServerMagic Link
Device Deregistration Events

Events related to removing devices, websites, and workstations from the system, including unpairing and device resets.

EventEvent NameLogged BySource
Website DeletedMOBILE_INITIATED_WEBSITE_DELETEMobileDeviceMobile
Workstation DeletedMOBILE_INITIATED_WORKSTATION_DELETEWorkstationMobile
Website Initiated Delete (Out-of-Band)OOB_WEBSITE_INITIATED_DELETEMobileDeviceMobile
Device Unpaired (Out-of-Band)OOB_DEVICE_UNPAIREDWorkstationMobile
FIDO Only Deregistration Completed (FIDO)FIDO_ONLY_DEREGUAF ServerMobile
Device Deregistration Completed (FIDO2)FIDO2_DEVICE_DEREGMobileDeviceFIDO2/WebAuthn
Device Reset (FIDO2)FIDO2_DEVICE_RESETMobileDeviceFIDO2/WebAuthn
Workstation UnpairedMOBILE_INITIATED_WORKSTATION_UNPAIREDWorkstationMobile
Endpoint API Access Token Events

Events related to endpoint API access token creation, exchange, and revocation for workstation authentication.

EventEvent NameLogged BySource
Token CreatedENDPOINT_API_ACCESS_TOKEN_CREATERP ServerAdmin/UI
Token Exchange CompletedENDPOINT_API_ACCESS_TOKEN_EXCHANGEWorkstationAPI
Token Exchange FailedENDPOINT_API_ACCESS_TOKEN_EXCHANGE_FAILEDWorkstationMobile
Token RevokedENDPOINT_API_ACCESS_TOKEN_REVOKERP ServerAPI
Error Events

Events related to system exceptions and errors.

EventEvent NameLogged BySource
Exception OccurredEXCEPTIONRP ServerMobile
Feature Flag Events

Events related to enabling and disabling feature flags.

EventEvent NameLogged BySource
Feature Flag ToggledFEATURE_FLAG_TOGGLERP ServerAdmin/UI
Identity Verification Events

Events related to the Affirm identity verification workflow, including document upload, biometric verification, approval processes, and workflow management.

EventEvent NameLogged BySource
Application Configuration ChangedAFFIRM_APPLICATION_CONFIGURATION_CHANGEDRP ServerAdmin/UI
Approver Attestation Result RecordedAFFIRM_WORKFLOW_ATTESTATIONRP ServerWeb
Attestation Outcome RecordedAFFIRM_WORKFLOW_ATTESTATION_OUTCOME_TYPERP ServerWeb
Chat Escalation InitiatedAFFIRM_WORKFLOW_CHAT_ESCALATIONRP ServerAutomated
Conversation JoinedAFFIRM_WORKFLOW_CONVERSATIONWebWeb
Document UploadAFFIRM_WORKFLOW_DOCUMENT_UPLOADRP ServerWeb
Email Code SentAFFIRM_WORKFLOW_EMAIL_CODE_SENTRP ServerAutomated
Face MatchAFFIRM_WORKFLOW_FACE_MATCHMobileDeviceMobile
Identity Verification CompletedAFFIRM_WORKFLOW_IDV_FINISHRP ServerAutomated
Identity Verification StartedAFFIRM_WORKFLOW_IDV_STARTRP ServerAutomated
Invite SentAFFIRM_WORKFLOW_INVITE_SENTRP ServerWeb
Location Step CompletedAFFIRM_WORKFLOW_LOCATIONWorkstationBrowser
Phone Number EnteredAFFIRM_WORKFLOW_PHONE_NUMBER_ENTEREDRP ServerWeb
Requester BlockedAFFIRM_WORKFLOW_REQUESTOR_BLOCKEDRP ServerAutomated
Requester UnblockedAFFIRM_WORKFLOW_REQUESTOR_UNBLOCKEDRP ServerAPI
Workflow Result RecordedAFFIRM_WORKFLOW_RESULTRP ServerWeb
Workflow StartedAFFIRM_WORKFLOW_STARTEDRP ServerWeb
Step Result RecordedAFFIRM_WORKFLOW_STEP_RESULTRP ServerAutomated
Text Code SentAFFIRM_WORKFLOW_TEXT_CODE_SENTRP ServerWeb
Text Code VerifiedAFFIRM_WORKFLOW_TEXT_CODE_VERIFIEDRP ServerWeb
Video Session StartedAFFIRM_WORKFLOW_VIDEOWebWeb
Video Approver EnabledAFFIRM_WORKFLOW_VIDEO_APPROVER_ENABLEDWebWeb
Video Requester EnabledAFFIRM_WORKFLOW_VIDEO_REQUESTER_ENABLEDWebWeb
Chat StartedAFFIRM_WORKFLOW_CHAT_STARTWebWeb
Chat EndedAFFIRM_WORKFLOW_CHAT_FINISHWebWeb
Document Biometric StartedAFFIRM_WORKFLOW_DOCUMENT_BIOMETRIC_STARTRP ServerWeb
Document Biometric CompletedAFFIRM_WORKFLOW_DOCUMENT_BIOMETRIC_FINISHRP ServerWeb
Verified Credential CompletedAFFIRM_WORKFLOW_VERIFIED_CREDENTIAL_COMPLETEDRP ServerAutomated
Keycloak Integration Events

Events related to Keycloak authentication and user management operations.

EventEvent NameLogged BySource
Keycloak Admin Event LoggedKEYCLOAK_ADMIN_EVENTWebN/A
Keycloak Possible Brute Force Authentication AttemptKEYCLOAK_POSSIBLE_BRUTE_FORCE_AUTH_ATTEMPTWorkstationN/A
Keycloak User Event LoggedKEYCLOAK_USER_EVENTWebN/A
Keycloak User Temporarily DisabledKEYCLOAK_USER_TEMPORARILY_DISABLEDWorkstationN/A
Magic Link Events

Events related to magic link creation, expiration, and usage for passwordless authentication.

EventEvent NameLogged BySource
Link CreatedMAGIC_LINK_CREATECONTROL_CENTER_SERVER
RELYING_PARTY_SERVER
N/A
Delete Existing Links After NewMAGIC_LINK_EXP_DELETE_EXISTING_AFTER_NEWCC ServerAdmin/UI
Existing Links DeletedMAGIC_LINK_EXP_DELETED_EXISTINGCC ServerAdmin/UI
Resend Email Message To HaasMAGIC_LINK_EXP_RESEND_EMAIL_MSG_TO_HAASCC ServerAdmin/UI
Username Not FoundMAGIC_LINK_EXP_USERNAME_NOT_FOUNDCC ServerAdmin/UI
Link Expired Or UsedMAGIC_LINK_EXPIRED_OR_USEDRP ServerMagic Link
Link Not FoundMAGIC_LINK_NOT_FOUNDCC ServerMagic Link
Dynamic Link UsedMOBILE_DYNAMIC_LINK_USEDMobileDeviceMobile (QR)
Offline Access Events

Events related to offline token access and authentication attempts when network connectivity is unavailable.

EventEvent NameLogged BySource
Offline Token AccessedOFFLINE_TOKEN_ACCESSWorkstationMobile
Offline Token Authentication AttemptOFFLINE_TOKEN_AUTHWorkstationMobile
Proof of Verification Events

Events related to proof of verification expiration settings and management.

EventEvent NameLogged BySource
POV Expiration ClearedPOV_EXPIRATION_CLEAREDRP ServerAdmin/UI
POV Expiration SetPOV_EXPIRATION_SETRP ServerAdmin/UI
RADIUS Integration Events

Events related to RADIUS client, server, and configuration management, including integration setup and tenant onboarding.

EventEvent NameLogged BySource
Client CreatedRADIUS_CLIENT_CREATECC ServerAdmin/UI
Client DeletedRADIUS_CLIENT_DELETECC ServerAdmin/UI
Client UpdatedRADIUS_CLIENT_UPDATECC ServerAdmin/UI
Config CreatedRADIUS_CONFIG_CREATECC ServerAdmin/UI
Config DeletedRADIUS_CONFIG_DELETECC ServerAdmin/UI
Config UpdatedRADIUS_CONFIG_UPDATECC ServerAdmin/UI
Integration CreatedRADIUS_INTEGRATION_CREATECC ServerAdmin/UI
Integration DeletedRADIUS_INTEGRATION_DELETECC ServerAdmin/UI
Tenant OnboardedRADIUS_ONBOARDEDCC ServerAdmin/UI
Server CreatedRADIUS_SERVER_CREATECC ServerAdmin/UI
Server DeletedRADIUS_SERVER_DELETECC ServerAdmin/UI
Server UpdatedRADIUS_SERVER_UPDATECC ServerAdmin/UI
Recovery PIN Events

Events related to recovery PIN generation, regeneration, authentication attempts, and PIN management.

EventEvent NameLogged BySource
PIN Authentication AttemptRECOVERY_PIN_AUTHWorkstationPIN
PIN RevealedRECOVERY_PIN_REVEALCC ServerAdmin/UI
PINs DeletedRECOVERY_PINS_DELETEWorkstationPIN
PINs GeneratedRECOVERY_PINS_GENERATEDRP ServerAdmin/UI
PINs RegeneratedRECOVERY_PINS_RE_GENERATEDWorkstationPIN
PINs Set UpRECOVERY_PINS_SETUPN/AAdmin/UI
Device Registration Events

Events related to device, website, and workstation registration and enrollment processes, including FIDO2, out-of-band, and security key enrollment.

EventEvent NameLogged BySource
FIDO Only Registration Started (FIDO)FIDO_ONLY_REGUAF ServerMobile
Device Registration Started (FIDO2)FIDO2_DEVICE_REGMobileDeviceFIDO2/WebAuthn
Device Registration Completed (FIDO2)FIDO2_DEVICE_REG_COMPLETEWorkstationSecurity Key
Device Registration Started (Out-of-Band)OOB_DEVICE_REGWorkstationMobile (QR)
Device Registration Completed (Out-of-Band)OOB_DEVICE_REG_COMPLETEMobileDeviceMobile (QR)
Device Paired (Out-of-Band)OOB_DEVICE_PAIREDWorkstationMobile
Get Registered Devices (Out-of-Band)OOB_GET_REG_DEVICESMobileDeviceSecurity Key
Website Registration Started (Out-of-Band)OOB_WEBSITE_REGWorkstationMobile (QR)
Workstation Registration Started (Out-of-Band)OOB_WORKSTATION_REGWorkstationMobile
Enrollment StartedSMARTKEY_ENROLLWorkstationSecurity Key
Enrollment CompletedSMARTKEY_ENROLL_COMPLETERP ServerSecurity Key
Risk Engine Events

Events related to Adapt risk policy creation, assignment, evaluation, and user blocking based on risk assessment.

EventEvent NameLogged BySource
Policy CreatedADAPT_CREATE_POLICYCC ServerAdmin/UI
Policy DeletedADAPT_DELETE_POLICYCC ServerAdmin/UI
Test Mode EnabledADAPT_LOGGING_ONLY_POLICY_EVALUATIONCC ServerAutomated
Assignment AddedADAPT_POLICY_ASSIGNMENTCC ServerAdmin/UI
Assignment RemovedADAPT_POLICY_ASSIGNMENT_REMOVEDCC ServerAdmin/UI
Help RequestedADAPT_POLICY_ASSISTCC ServerAdmin/UI
Policy CheckedADAPT_POLICY_EVALUATIONCC ServerMobile
User AllowlistedADAPT_POLICY_EVAL_USER_ALLOWLISTEDCC ServerMobile
User BlockedADAPT_POLICY_EVAL_USER_BLOCKEDCC ServerAdmin/UI
Assignment Removed (Deleted Policy)ADAPT_POLICY_UNASSIGN_DELETED_POLICYCC ServerAdmin/UI
Policy UpdatedADAPT_UPDATE_POLICYCC ServerAdmin/UI
System Settings Events

Events related to system configuration updates, including SSL PINs, server settings, and FIDO2 policies.

EventEvent NameLogged BySource
SSL PINs UpdatedSSL_PINS_UPDATEDWorkstationMobile
Server Global Configuration UpdatedUPDATE_SERVER_GLOBAL_CONFIGRP ServerAdmin/UI
Policy Updated (FIDO2)FIDO2_POLICYRP ServerFIDO2/WebAuthn
Settings Updated (FIDO2)FIDO2_SETTINGSRP ServerAdmin/UI
Signal Events

Events related to device, workstation, and browser signal reception for communication and synchronization.

EventEvent NameLogged BySource
Device Signal ReceivedDEVICE_SIGNAL_RECEIVEDMobileDeviceMobile
Signal ReceivedWORKSTATION_SIGNAL_RECEIVEDWorkstationWorkstation Client
Browser Signal ReceivedBROWSER_SIGNAL_RECEIVEDWorkstationBrowser
Security Key Events

Events related to security key authentication, enrollment, unenrollment, PIN management, and PUK operations.

EventEvent NameLogged BySource
Unenrollment From Control CenterSMARTKEY_CC_INITIATED_UNENROLLWorkstationSecurity Key
PIN Change AttemptSMARTKEY_PIN_CHANGEWorkstationSecurity Key
PIN VerifiedSMARTKEY_PIN_VERIFICATIONWorkstationSecurity Key
Unenrollment From WorkstationSMARTKEY_WORKSTATION_INITIATED_UNENROLLWorkstationSecurity Key
Authentication AttemptSMARTKEY_AUTHWorkstationSecurity Key
Authentication CompletedSMARTKEY_AUTH_COMPLETEWorkstationSecurity Key
PIN PUK ChangedSMARTKEY_PIN_PUK_CHANGEWorkstationSecurity Key
PIN PUK VerifiedSMARTKEY_PIN_PUK_VERIFICATIONWorkstationSecurity Key
Recovery PINs RegeneratedSMARTKEY_RECOVERY_PINS_RE_GENERATEDN/AAdmin/UI
Security Key PUK RetrievedSECURITY_KEY_PUK_READN/AAPI
Security Key PUK UpdatedSECURITY_KEY_PUK_UPDATEWorkstationSecurity Key
Security Key PUK CreatedSECURITY_KEY_PUK_CREATEN/AAPI
Support Access Events

Events related to HYPR Support staff access to customer tenants, including access control, allow lists, expiration management, and login attempts.

EventEvent NameLogged BySource
Access EnabledSUPPORT_ACCESS_ENABLEDRP ServerAdmin/UI
Access DisabledSUPPORT_ACCESS_DISABLEDRP ServerAdmin/UI
Expiration Date SetSUPPORT_ACCESS_EXPIRATION_DATE_CHANGEDRP ServerAdmin/UI
Access Blocked By ExpirationSUPPORT_ACCESS_EXPIRATION_DATE_EXCEEDED_BLOCKING_ACCESSRP ServerAutomated
Reenabled By New ExpirationSUPPORT_ACCESS_NEW_EXPIRATION_DATE_APPLICABLE_ENABLING_ACCESSRP ServerAutomated
Allow List Email AddedSUPPORT_ACCESS_ADDED_EMAILS_TO_ALLOW_LISTRP ServerAdmin/UI
Allow List Email RemovedSUPPORT_ACCESS_REMOVED_EMAILS_FROM_ALLOW_LISTRP ServerAdmin/UI
Access Opened To All HYPR StaffSUPPORT_ACCESS_ALLOWANCE_CHANGED_FROM_ALLOW_LIST_TO_ALLRP ServerAdmin/UI
Access Restricted To Allow ListSUPPORT_ACCESS_ALLOWANCE_CHANGED_FROM_ALL_TO_ALLOW_LISTRP ServerAdmin/UI
Expiration EnabledSUPPORT_ACCESS_EXPIRATION_DATE_ENABLEDRP ServerAdmin/UI
Expiration DisabledSUPPORT_ACCESS_EXPIRATION_DATE_DISABLEDRP ServerAdmin/UI
Login Denied — ExpiredSUPPORT_ACCESS_DENIED_TENANT_ACCESS_ATTEMPT_EXPIRATION_DATE_EXCEEDEDRP ServerAutomated
Support Tenant Login SuccessfulSUPPORT_ACCESS_SUCCESSFUL_TENANT_ACCESS_ATTEMPTRP ServerMagic Link
Login Denied — UnauthorizedSUPPORT_ACCESS_DENIED_TENANT_ACCESS_ATTEMPT_UNAUTHORIZEDRP ServerAutomated
Login Denied — DisabledSUPPORT_ACCESS_DENIED_TENANT_ACCESS_ATTEMPT_SUPPORT_ACCESS_DISABLEDRP ServerAutomated
Magic Link Session ExpiredSUPPORT_ACCESS_MAGIC_LINK_SESSION_EXPIREDRP ServerMagic Link
System Check Events

Events related to system health checks, including database validation, certificate expiry checks, and license validation.

EventEvent NameLogged BySource
Batch Database UpdatedBATCH_DB_UPDATECC ServerAdmin/UI
Database Crypto Validation Problem DetectedDB_CRYPTO_VALIDATION_PROBLEMCC ServerN/A
FIDO Certificate Expiry Check (FIDO)FIDO_CERT_EXPIRY_CHECKRP ServerN/A
License Validation Problem DetectedLICENSE_VALIDATION_PROBLEMRP ServerMobile
Certificate Renewal Expiry CheckMOBILE_CERT_RENEWAL_EXPIRY_CHECKRP ServerMobile
UAF Certificate Expiry Check (UAF)UAF_CERT_EXPIRY_CHECKRP ServerN/A
Web Registration Events

Events related to certificate issuance, renewal, and revocation for workstation enrollment and web-based registration.

EventEvent NameLogged BySource
New Certificate CanceledMOBILE_CANCELLED_NEW_CERTIFICATEWorkstationMobile
Certificate Renewal ConfirmedMOBILE_CONFIRMED_CERTIFICATE_RENEWALMobileDeviceMobile
New Certificate ConfirmedMOBILE_CONFIRMED_NEW_CERTIFICATEWorkstationMobile
Certificate Renewal NotifiedMOBILE_NOTIFIED_OF_CERTIFICATE_RENEWALMobileDeviceMobile
New Certificate NotifiedMOBILE_NOTIFIED_OF_NEW_CERTIFICATEWorkstationMobile
Certificate IssuedWORKSTATION_CERTIFICATE_ISSUEDRP ServerAutomated
Certificate RequestedWORKSTATION_CERTIFICATE_REQUESTEDRP ServerWeb
Certificate RevokedWORKSTATION_CERTIFICATE_REVOKEDWorkstationWorkstation Client
Workstation EnrolledWORKSTATION_ENROLLEDWorkstationWorkstation Client
Workstation Events

Events related to workstation configuration, state changes, socket connections, logging, and support requests.

EventEvent NameLogged BySource
Workstation ConfiguredWORKSTATION_CONFIGURATIONWorkstationWorkstation Client
Workstation Install Token Exchange FailedWORKSTATION_INSTALL_TOKENWorkstationWorkstation Client
Workstation LockedWORKSTATION_LOCKWorkstationMobile
Socket ConnectedWORKSTATION_SOCKET_CONNECTWorkstationWorkstation Client
Socket DisconnectedWORKSTATION_SOCKET_DISCONNECTWorkstationWorkstation Client
Workstation Shut DownWORKSTATION_SHUTDOWNWorkstationWorkstation Client
Workstation StartedWORKSTATION_STARTUPWorkstationWorkstation Client
Workstation UpgradedWORKSTATION_UPGRADEWorkstationWorkstation Client
Workstation Logging CapturedWorkstationLoggingWorkstationWorkstation Client
Support Request SubmittedWorkstationSupportRequestWorkstationWorkstation Client
Miscellaneous Events

Events that do not have assigned event tags, including authentication denials, registration denials, and system-level events.

EventEvent NameLogged BySource
Website Authentication StartedWESBITE_AUTHN/AN/A
Certificate Reenrollment InitiatedMOBILE_CERTIFICATE_REENROLLMENTWorkstationMobile
Default Event TriggeredDEFAULTN/AN/A
Unknown Event OccurredUNKNOWNN/AN/A
Log SubmissionLOG_SUBMISSIONCC ServerN/A
Authentication Denied Low VersionAUTH_DENIED_LOW_VERSIONRP ServerAdmin/UI
Registration Denied Low VersionREG_DENIED_LOW_VERSIONN/AAdmin/UI
Workstation LockedMOBILE_INITIATED_WORKSTATION_LOCKWorkstationMobile

Troubleshooting

Contact Support

Mobile users may be asked to use the Support email function in HYPR Mobile App's Device Manager. When opened, it generates an email including relevant debug information.

Support Email Configuration

HYPR Mobile App Support email settings are configured in Control Center Advanced Config Menu: UI Management.

Administrative Troubleshooting

  1. Check the diagnostic email from the user.

  2. Copy the FIDO ID (Identifer) and paste it into the Audit Trail search.

  3. Locate the final error Code: ####### entry and note the value.

  4. Check the lists of HYPR Error Codes for error details and resolution steps.

API Access

Integrate Audit Trail APIs into your application to leverage advanced search capabilities or improve integration with the existing system.

Learn more about API Access.