36% of the exam — the single largest domain.
4 sub-topics · this deck covers sub-topic 1 of 4
↑ Module 2 OverviewA company already has a separate identity system somewhere — maybe a social login, maybe another SAML provider, maybe another Okta org entirely. This sub-topic is about Okta acting as the consumer of someone else's authentication, instead of being the one doing the authenticating.
An Identity Provider (IdP) is a service that manages user accounts. Okta can let users authenticate through an external IdP before they ever touch an Okta-connected app — that's the whole point of federation.
This is what "Okta as a service provider" means: Okta stops being the one verifying the password, and instead configures inbound SAML to accept an assertion from that external IdP.
As an admin, three things fall under this configuration:
→ Add social logins, letting users self-register through an external account.
→ Configure Okta as SP via inbound SAML.
→ Set up routing rules that direct users to a specific IdP based on context — location, device, or email domain.
Okta supports federating against several different kinds of identity providers, not just one flavor:
Knowing this list matters — a scenario question describing "users from a partner company sign in with their own Okta org" is still just another IdP type, not a special case.
This architecture deliberately separates identity management from application access — a foundational principle in federated SSO.
Routing rules are what make this practical: they add intelligent user direction, improving both security and user experience by contextualizing which IdP a given login attempt should go to.
Watch for scenario questions built around these traps:
→ "Users from an acquired company need to sign in with their existing credentials, not new Okta accounts." = configure Okta as SP against their IdP.
→ "Different departments/locations should route to different login systems automatically." = routing rules based on context.
Sources: help.okta.com — Identity_Providers.htm
Next: Sub 2 →