- 10 Feb 2025
- 4 Minutes to read
- Print
- DarkLight
- PDF
Okta User Auth Category Events
- Updated on 10 Feb 2025
- 4 Minutes to read
- Print
- DarkLight
- PDF
Axonius supports Okta User Auth Category Events in an Event node of a Workflow.
The following table lists the Okta User Authentication events, their descriptions, as well as their event names in Okta. Learn more about these event types.
Event Type | Description | Event Type Name in Okta |
---|---|---|
Sign in | A user attempted single sign-on (SSO) to Okta. Note that the event is created even when the sign-on is unsuccessful. | user.authentication.sso |
Sign out | A user performed a single logout (SLO) from Okta. | user.authentication.slo |
User MFA authentication | A user was authenticated through multifactor authentication (MFA). | user.authentication.auth_via_mfa |
User MFA factor activated | A user activated a new factor in Okta. The event contains information about the MFA factor that has been activated, as well as the target user and the user who activated the factor. | user.mfa.factor.activate |
User MFA factor deactivated | A user deactivated a factor in Okta. The event contains information about the MFA factor that has been deactivated, as well as the target user and the user who deactivated the factor. | user.mfa.factor.deactivate |
User MFA factor reset all | All of a user's multifactor authentication (MFA) factors were reset in Okta. | user.mfa.factor.reset_all |
User MFA factor suspended | A user suspended an MFA factor in Okta. | user.mfa.factor.suspend |
User MFA factor unsuspended | A user unsuspended an MFA factor in Okta. | user.mfa.factor.unsuspend |
Multifactor authentication (MFA) means that users must verify their identity in two or more ways to gain access to their account.
Adding authenticators with different factor types and method characteristics strengthens users' MFA strategy.
- In the Okta admin management UI, add the Okta User Auth event types you want to monitor and use in the Workflow.
- Whenever one of the registered events occurs in the Okta admin UI, a Webhook event is sent to the Axonius URL for Okta events. For example, if a user performs a single logout (SLO) from Okta using the Okta admin UI, Axonius receives a user.authentication.slo event and any Workflows configured with this event are triggered.
Integrating Okta with Axonius
Before Okta can begin sending Okta User Auth Category Events, you must configure the following in the Okta admin management UI:
- Axonius webhook URL that is to receive Okta events.
- Private Secure Key.
- The event types from the above table in Okta, which you want to monitor and include in Workflows. For example, user.mfa.factor.suspend, user.mfa.factor.reset_all.
Adding the Okta User Auth Category Events to the Workflow
You can add Okta User Auth Category Events in the triggering Event node of a Workflow or in an Event node anywhere else in the Workflow, where relevant. When an event from this category occurs, the Workflow begins or continues running.
To select Okta User Auth Category Events as the Workflow trigger
- In the Trigger Type pane, under User Onboarded or Offboarded, click the Okta User Auth Category Events tile.
The Workflow is triggered each time an event from this category occurs in Okta. The next node runs on the retrieved user.
To select Okta User Auth Category Events as a non-triggering event
- In the Event pane, under User Onboarded or Offboarded, click the Okta User Auth Category Events tile.
In this case, when an event from the Okta User Auth category is created in Okta on the asset retrieved from the previous node (in the above example, the action user), an event occurs and the Workflow continues running.
Viewing the Event Structure
After you select the event, you can view the structure of the Events that Okta hook delivers to the Axonius Webhook URL. You can then use these Event fields to follow up on Okta User Auth Category Events in a Workflow, for example in triggering Event filters or in Event Conditions.
To view the Event fields
- In the Trigger Type or Event configuration panes for the Okta User Auth Category Events (see above screens), click Event Fields. A list opens of all Event field names and their field types.
The following describes these Event fields:
- ID - The unique identifier of the Okta user.
- Type - Type of Okta user.
- Alternate ID - Email address of the Okta user.
- Display Name - Display name of the Okta user.
- Event Type - Type of event that occurred. For example, user.mfa.factor.reset_all.
- Event Result - Result of the event that was triggered.
- Application ID - Relevant for non-triggering event only. ID of the application.
- Application Name - Relevant for non-triggering event only. Name of the application.
- Event date - Date the event was triggered.
- Event timestamp - Timestamp when the notification was delivered to Axonius.
Filtering By Event Type
This section describes how to set up your Workflow to be triggered or continued only for a specific Event Type.
Filter the Okta User Auth Category Events triggering event so that only a specific Event Type triggers the Workflow. Learn how to filter a triggering event.
The following example shows a Workflow that is triggered only for Event Type = user.authentication.sso. This means that whenever a user attempts single sign-on (SSO) to Okta, an event is sent to Axonius, which triggers this Workflow.
Add an Event Condition under any Okta User Auth Category Event event to filter it by Event Type. The workflow will only proceed for matching events.
The following example shows a Workflow that continues on the True branch only for Event Type = user.authentication.auth_via_mfa. This means that whenever a user is authenticated through multifactor authentication (MFA), the Workflow continues running on the True branch.