36% of the exam — the single largest domain.
6 sub-topics · this deck covers sub-topic 4 of 6
← Back to Sub 3: Agent Service Account ↑ Module 1 OverviewPassword policy isn't one setting — it's a bundle of separate rules Okta enforces together. And once AD or LDAP becomes the source, some of those rules stop being Okta's decision at all.
Password policy configuration lives under Security > Authenticators > Password. It's built from two layers: policies, which define the actual requirements, and rules, which define the conditions those requirements apply under plus any self-service options.
A policy can require combinations of uppercase, lowercase, numbers, and symbols, along with character restrictions. Password length can be set anywhere from 4 to 30 characters — but Okta's own recommendation is a minimum of 12.
History enforcement can remember between 1 and 30 previous passwords, blocking reuse. Policies also set a minimum age between changes and an expiration timeframe, plus a lockout rule: a threshold of failed attempts, paired with an auto-unlock duration.
Every password is checked against a list of roughly 2.5 billion known common passwords — this check runs regardless of whether the complexity rules above are satisfied.
Once an account is AD or LDAP-sourced, expiration dates come from the directory itself, not from Okta's policy screen — Okta stops being the source of truth for that one setting.
This is also the practical reason behind Submodule 1's lockout rule: because Okta and AD track failed attempts as two separate systems, they need to be tuned relative to each other, not independently.
Self-service unlock works for Okta-sourced accounts — but an LDAP-sourced account still needs an admin to unlock it.
Watch for scenario questions built around these exact traps:
→ "A user's password never seems to expire, even though Okta's policy says it should." = account is AD-sourced; the directory owns expiration, not Okta.
→ "Lockouts in Okta don't match what AD is reporting." = lockout ratio isn't tuned between the two systems (see Sub 1).
Sources: help.okta.com — configure-password.htm
Next: Sub 5 →