This article explains how to determine whether a user is evaluated by an authentication policy in Okta Identity Engine (OIE) or by an application policy in Classic Engine.
To identify the policy evaluating a user, follow these steps:
-
Go to Reports > System Logs.
-
Enter the following query in the search bar:
eventType eq "policy.evaluate_sign_on" -
To refine the search, add the following filters:
-
Select the arrow on the left side of the log to expand the entry.
-
Click Expand All.
-
Scroll to the Target section at the bottom of the log.
In this example, the user has been evaluated by the authentication policy of the Okta Dashboard, the rule name "ever".
Types of rules are differentiated by the ID format:
- Authentication policy rules (OIE) have an ID starting with
rul. - Application sign-on policy rules (Classic Engine) have an ID starting with
plr. - Global session policy rules (OIE) or Okta sign-on policy rules (Classic Engine) have an ID starting with
0pr.
