This article clarifies how to view OpenID Connect (OIDC) Application events using the Okta System Log.
- OIDC Applications
- System Log
- Okta Identity Engine
This section includes the steps and necessary queries to view and filter OIDC events.
- 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.
- To check for successful OIDC events, use this query:
target.alternateId eq "<The_OIDC_App_Alternative_ID>" and outcome.result eq "ALLOW" - To check for any failures, use this query:
target.alternateId eq "<The_OIDC_App_Alternative_ID>" and outcome.result eq "FAILURE"
Related References
