<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
Check Okta Connection Health via Workflows
Workflows
Okta Classic Engine
Okta Identity Engine
Overview

This article will explain how to check the health of the connection to the Okta Organization using Okta Workflows.

Applies To
  • Workflows
  • If/Error
  • Okta Connection
Solution

An Okta Workflow can be used to check the health of the connection to Okta by using a scheduled flow that executes a simple Okta action card, such as Read User, wrapped in an If/Error card. If the card fails, the Workflow can notify an Admin via email or a messaging service.
 

  1. Create a new workflow that is initiated by the Scheduled Flow card. Set the desired interval (minimum of 5 minutes).
  2. Add an If Error card and add the Okta Read User card in the Try section. Populate the ID or Login field with a known good user ID.
Workflows
  1. In the If Error dropdown, add a card that can notify an admin, such as the Send Email card, to notify an admin in the event of an issue.
Workflows
 
 
Loading
Check Okta Connection Health via Workflows