36% of the exam — the single largest domain.
6 sub-topics · this deck covers sub-topic 1 of 6
↑ Module 1 OverviewA company already has real Active Directory or LDAP accounts. They don't want two separate password systems. This sub-topic is about how Okta lets people log in with their existing AD/LDAP password — without Okta ever storing a copy of it.
When a user tries to sign in, Okta doesn't check its own password store. Instead it forwards the login attempt to the customer's real AD or LDAP server through the Okta Agent, and asks one question: "is this password correct?" Okta trusts whatever answer comes back.
That's what "delegated" means — Okta delegates the actual authentication decision to the directory that already owns the password.
This asymmetry is a classic place for an exam question to trip you up.
Letting users reset an expired password through delegated auth isn't automatic. Two things have to be true first:
1. The Okta LDAP Agent must be version 5.3.0 or later.
2. The directory must support the pwdReset attribute, so Okta actually knows a password has expired and must be changed at next login.
Okta and AD each track failed login attempts separately. If their thresholds don't line up, users get confusing lockouts that don't match what IT sees in AD.
Also: self-service unlock works for Okta-sourced accounts — but an LDAP-sourced account needs an admin to unlock it.
Delegated authentication isn't just about logins — it's the gatekeeper for Just-In-Time (JIT) provisioning.
A brand-new AD user, never imported into Okta, signs in for the first time. Delegated auth confirms the password against AD. Because it succeeded, Okta silently creates the user's profile right then — no activation email sent.
No delegated auth → no JIT. They're a package deal.
Every delegated-auth login has to round-trip through an Okta Agent to reach AD/LDAP. If there aren't enough agents for the login volume, requests queue up — real users experience slow or failed logins.
This is why the exam tests agent high-availability as its own related topic later in this same module.
Watch for scenario questions built around these exact traps:
→ "New AD users can log in, but nothing shows up in Okta until they do." = JIT + delegated auth.
→ "Users report random lockouts that don't match AD." = lockout ratio misconfiguration.
→ "Password reset doesn't work over delegated auth." = check agent version / pwdReset support.
Sources: help.okta.com — Security_Authentication.htm · configure-password.htm · ad-agent-add-update-JIT.htm
Next: Sub 2 →