
SachinG.26887 (Customer) asked a question.
Hello,
In my older Okta Dev account with a URL starting with “dev-“, only the Admin login was prompted for the Okta verify step. However, with the new trial and integrator tenants, it appears that all regular users, including non-Admins, are also prompted for the Okta verify step. This is a significant obstacle for me in adapting the new trial and integrator tenants because my Automation tests run on the cloud and cannot retrieve OTP codes from the Okta verify app.
In my older Dev account, I noticed that due to the ‘classic migrated’ authentication policy, non-Admin users were allowed to log in using passwords. I attempted to replicate this with a new custom authentication policy, as shown in the screenshot, but it failed, and the user is still prompted for the Okta verify step.
I understand that the new trial and integrator tenants are created using the Okta Identity engine. Could you please provide a solution on how to enable non-Admin users to log in using passwords with these new tenants?
Thanks

Got it! You can create multiple rules in the policies so different users get different experiences. You can have an authentication policy rule that is assigned to a group that contains your admins that has MFA. The 2nd rule can be assigned another group, that is everyone else that will only require a password. Note: you can drag rules in order of priority. In the above example, if a user is not a part of the group in rule 1, they will move to rule 2.
The admins will get an admin experience when accessing the admin console as that is a different application to the Okta dashboard.
I would suggest reviewing the following documentation: https://help.okta.com/oie/en-us/content/topics/identity-engine/policies/add-app-sign-on-policy-rule.htm