36% of the exam — the single largest domain.
4 sub-topics · this deck covers sub-topic 4 of 4 — the last one in this module
↑ Module 2 OverviewSometimes the "other identity system" is just... another Okta org. Org2Org is Okta's own app for connecting two Okta orgs to each other — this sub-topic is about when and how that connection gets built.
Org2Org enables authentication and optional user provisioning between a source (spoke) org and a target (hub) org. The integration is installed and configured in the source org.
OIDC (recommended) — install the Org2Org app in the source org pointing at the target org's domain, create an OIDC identity provider in the target org, then add that IdP's ID back into the source org's settings.
SAML (alternative) — a similar setup, but SAML assertion encryption isn't supported for this integration, and the IdP issuer URI and certificate values must be configured manually.
OAuth 2.0 with Auto-Rotation (recommended) — key management handled automatically via dynamic URL fetching.
OAuth 2.0 with Manual Keys — requires configuring API credentials and rotating keys by hand.
API Token — simpler setup using a security token generated in the target org.
Once provisioning is wired up, several settings control the actual behavior:
Watch for scenario questions built around these traps:
→ "Two Okta orgs need to share identities, no external IdP involved." = Org2Org, not a generic SAML/OIDC IdP setup.
→ "The SAML federation option needs encrypted assertions." = not supported — use OIDC instead, or accept unencrypted SAML.
→ "Key rotation needs to happen automatically." = OAuth 2.0 with Auto-Rotation, the recommended provisioning method.
Sources: help.okta.com — org2org-main.htm · org2org-integrate.htm
✓ Module 2: SSO Federation — complete (4 of 4 sub-topics)