Skip to content
Pedro Mora
Go back

Okta Certified Professional — Lab 1: Authenticator Enrollment Policy

These are my lab notes from the Okta Professional Certification hands-on track. This lab maps directly to the Security Enforcement use case on the exam.

Maps to exam: Part II — Security Enforcement (25%) · See the full lab map on the Okta Professional Cert Study Map or the official study guide.


Objective

Make Okta behave differently for users based on group membership.

UserGroupExpected Behavior
cert.employee1CERT MFA RequiredGets MFA enrollment flow
cert.employee2Not in MFA groupFollows default behavior

This maps to the exam’s Security Enforcement use case:


Step 1 — Adjust Group Membership

Find the CERT MFA Required group:

Directory → Groups → CERT MFA Required

CERT MFA Required group

Remove [email protected] — they should follow default behavior, not the MFA enrollment policy.


Step 2 — Review Authenticators

Security → Authenticators

Authenticators overview

For this lab, focus on:

AuthenticatorWhat it does
PasswordKnowledge factor — the primary credential
EmailPossession-ish verification method
Okta VerifyStronger authenticator — supports push, OTP, and FastPass depending on configuration

Phone and Security Question are also available but not the focus here.


Step 3 — Create the Enrollment Policy

Security → Authenticators → Enrollment

Create a new policy and assign it to the CERT MFA Required group.

New enrollment policy Enrollment policy configuration


Step 4 — Test

Open a private browser window and sign in as [email protected].

The user should be prompted to enroll an authenticator — that’s the enrollment policy in effect.

MFA enrollment prompt during login test


Step 5 — Verify in System Log

Reports → System Log

Confirm the enrollment event was captured.

System log showing enrollment event

The system log is the authoritative record for everything that happens in the tenant — authentication events, policy evaluations, admin actions. Get comfortable reading it before exam day.


What You Should Be Able to Explain After This Lab

Authenticator enrollment policy controls which authenticators a user must or may enroll in. It is not the same as a Global Session Policy or an app Authentication Policy. Enrollment answers “what methods must the user set up?” while sign-on policies answer “what assurance is required to access Okta or an app?”

That distinction is on the exam.


Mini DOMC Drill

Answer mentally: YES or NO.

  1. An authenticator enrollment policy controls which authenticators a user must enroll in.
  2. A Global Session Policy controls access to a specific SAML application.
  3. An app Authentication Policy can enforce stronger access requirements for one application.
  4. Adding a user to an MFA group automatically assigns them to a SAML app.
  5. Okta Verify and Email are both configured under Security → Authenticators.
Answers
  1. YES
  2. NO
  3. YES
  4. NO
  5. YES

Share this post on:

Previous Post
Okta Certified Professional — Lab 2: Global Session Policy
Next Post
Okta Certified Professional — Lab: Users, Groups, and App Assignment