<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
Viewing OpenID Connect (OIDC) Application Events in System Log
Administration
Okta Identity Engine
Overview

This article clarifies how to view OpenID Connect (OIDC) Application events using the Okta System Log.

Applies To
  • OIDC Applications
  • System Log
  • Okta Identity Engine
Solution

This section includes the steps and necessary queries to view and filter OIDC events.

  1. To view all OIDC events for an OIDC application, use the following System Log query: 
    target.alternateId eq "<The_OIDC_App_Alternative_ID>"

The value for target.alternateId is the label name of the OIDC application.

The target.Id can also be used, which is the OIDC application's instance ID.

AlternateId

  1. To check for successful OIDC events, use this query: 
    target.alternateId eq "<The_OIDC_App_Alternative_ID>" and outcome.result eq "ALLOW"
  2. To check for any failures, use this query: 
    target.alternateId eq "<The_OIDC_App_Alternative_ID>" and outcome.result eq "FAILURE"

 

Related References

 

Loading
Viewing OpenID Connect (OIDC) Application Events in System Log