<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 Verify which Admin Has Changed a Sign on Policy and Sign on Policy Rule
Administration
Okta Identity Engine
Overview
This article describes how to use the Okta System Log to verify which Administrator on the tenant has changed a Sign-on policy or policy rule.
Applies To
  • System Log
  • Sign-on Policy
Solution

Sometimes, an Admin may change Okta policies for various reasons, such as testing a login or a new feature. To verify who changed the policy, the following steps or video can be used.


 

  1. Log in to the Admin Dashboard and navigate to Reports.
  2. Select System Log and enter the following query in the search bar:
    eventType eq "policy.lifecycle.update"
  3. Select the date or timeframe to search within. The result of the search will display all policy updates that occurred during that time.

search results

    • To verify who modified a policy rule, repeat the steps above but change the query to the following: 
      eventType eq "policy.rule.update"

search results

NOTE: To verify both events in the same query, use the following:

eventType eq "policy.lifecycle.update" or eventType eq "policy.rule.update"


Related References

Loading
How to Verify which Admin Has Changed a Sign on Policy and Sign on Policy Rule