This article will explain how to check the health of the connection to the Okta Organization using Okta Workflows.
- Workflows
- If/Error
- Okta Connection
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.
- Create a new workflow that is initiated by the Scheduled Flow card. Set the desired interval (minimum of 5 minutes).
- 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.
- 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.
