<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
How to Find which Identity Deleted or Reauthorized a Connector/Connection from Workflows Console
Workflows
Overview
Connections in Workflows Console show who created the connection, but not the identity of who updated/re-authorized a Connection, nor show Connections that have been deleted. The Solution below demonstrates how to find out the details of those actions (such as User/Identity, Time, Affected Connection).
Applies To
  • Okta Workflows
  • Okta System Logs
Solution

In System Log:

  • To find a Connection that was created/updated/deleted, use the following query, and it will return multiple action types against Workflow Connections:
    • eventType co "workflows.user.connection"
  • To find a Connection that was reauthorized, use the following query:
  • To find a Connection that was deleted, use the following query:
    • eventType eq "workflows.user.connection.delete"
    • Example result: the AlternateId shows the Connection name, and the DisplayName shows the nickname that was set for the Connection.
Connection

Related References


 

Loading
How to Find which Identity Deleted or Reauthorized a Connector/Connection from Workflows Console