Join our Newsletter — 33% off our NHI Course
Home› FAQ› Governance, Ownership & Risk› How should security teams integrate an existing identity…
Governance, Ownership & Risk

How should security teams integrate an existing identity provider with a federated identity platform without replacing their current authentication stack?

← Back to all FAQ
By NHI Mgmt Group Editorial Team Updated September 26, 2026 Domain: Governance, Ownership & Risk

Start by delegating primary authentication to the existing identity provider, then let the federation layer handle token issuance, access policy, and downstream application integration. This approach preserves current user directories and onboarding flows while adding centralized control over claims, SSO, and step-up checks. The result is usually less disruption, cleaner governance, and a smoother path to modern authentication.

How to preserve your current authentication stack while adding federation

The cleanest pattern is to keep the existing identity provider as the primary authenticator and place the federation platform in front of downstream applications as the control point for token issuance, claims, policy, and SSO routing. That lets you avoid a hard cutover, reduce directory churn, and introduce federation incrementally without forcing a new login experience on day one.

Technically, the important boundary is that authentication and federation are not the same thing. Your current IdP continues to prove the user, while the federation layer translates that assurance into the tokens and claims applications consume. That division is what preserves the current stack but still gives you centralized policy enforcement and modern session handling.

In practice, this approach works best when the existing IdP remains the source of user lifecycle truth for onboarding, deprovisioning, and account recovery. The federation layer should consume trusted assertions, apply authorization decisions, and issue the artifacts that downstream apps need. If you invert those roles, you usually recreate the very migration complexity you were trying to avoid.

Where the integration boundary should sit

The integration boundary should sit at token issuance and trust exchange, not at user directory replacement. Keep existing directories, password policies, and help desk flows intact unless there is a separate modernization project to change them. The federation platform then becomes the broker for claims transformation, session policy, step-up requirements, and app-specific access rules.

That separation matters because it gives you a controlled migration path. Applications can be moved one by one behind the federation layer, while the legacy authentication stack continues to serve the users and groups it already knows. If you try to refactor the directory and the federation model at the same time, troubleshooting gets harder and rollback becomes less predictable.

It also clarifies ownership. The identity provider team owns authentication assurance and account lifecycle hygiene; the federation or access team owns trust configuration, token content, and application onboarding standards. Clear ownership prevents gaps such as duplicated MFA rules, stale trust relationships, or inconsistent claim mapping across applications.

What usually breaks during a phased federation rollout

The most common failure mode is treating federation as a simple sign-on shortcut rather than a trust architecture. Teams can end up with overlapping authentication policy in both systems, ambiguous claims, or stale trust to applications that were never fully re-validated. That is when “no replacement” quietly turns into “two partially managed auth stacks.”

Another common problem is weak trust hygiene around tokens, certificates, and signing keys. If the federation layer issues the tokens, then key rotation, issuer validation, audience restrictions, and session expiry need to be governed as first-class controls. Legacy authentication may still work, but the downstream risk shifts to token theft, assertion replay, or overbroad claims.

A final issue is user experience drift. If the existing IdP and federation layer disagree on MFA prompts, step-up triggers, or device posture requirements, users will see inconsistent behavior across applications. That inconsistency often signals configuration debt long before it becomes a formal outage.

Risk and Threat Considerations

Federation reduces migration friction, but it also concentrates trust. If the federation layer is misconfigured or the trust relationship to the existing IdP is too broad, an attacker who gains a foothold in either system can pivot into applications through forged claims, token abuse, or excessive access paths.

Failure mechanism: Weak issuer validation, stale signing keys, poor claim mapping, or duplicated authentication logic can let a legitimate-looking assertion carry more privilege than the original login should allow.

Impact: The result can be tenant-wide unauthorized access, session hijacking, or a control gap where applications trust tokens more than they trust the real assurance behind them.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST SP 800-63, NIST SP 800-53 Rev 5 and OWASP ASVS set the technical controls, while ISO/IEC 27001:2022 defines the regulatory obligations.

FrameworkControl / ReferenceRelevance
NIST SP 800-63Digital Identity GuidelinesThe question is about federated sign-in, assurance, and delegated authentication flow.
Recommendation — Align federation and assurance decisions to NIST 800-63 digital identity guidance.
NIST SP 800-53 Rev 5IA-2 — Identification and Authentication (Organizational Users)Existing workforce IdP remains the primary authenticator in this architecture.
IA-5 — Authenticator ManagementFederation rollout depends on token, key, and authenticator lifecycle control.
AC-2 — Account ManagementThe answer depends on preserving onboarding, deprovisioning, and account lifecycle ownership.
Recommendation — Keep primary user authentication anchored to IA-2 in the current IdP. Manage token and authenticator lifecycle under IA-5. Retain account lifecycle governance under AC-2.
OWASP ASVSV10 — OAuth and OIDCFederated identity platforms commonly rely on OIDC/OAuth token flows and trust exchange.
V8 — AuthorizationThe federation layer centralizes access decisions for downstream applications.
Recommendation — Verify OIDC and OAuth trust, token, and audience handling under V10. Validate application access decisions and claim-to-role mapping under V8.
ISO/IEC 27001:2022A.5.15 — Access controlThe topic is fundamentally about access control boundaries during federation integration.
Recommendation — Document and enforce access control boundaries under A.5.15.

Practitioner Guidance

What to verify: Confirm that the existing IdP is the sole authority for primary authentication and lifecycle events, while the federation layer is the only place where token issuance and application-facing claims are transformed. Check that every trust relationship has an explicit owner, expiry, and key-rotation process.

Implementation sequence: Start with one low-risk application, validate end-to-end sign-in, claims, MFA, and logout behavior, then expand only after you have proven that the federation layer is not silently duplicating authentication policy or widening access.

Practitioner takeaway: The safest migration is the one that preserves a single source of authentication truth and moves policy control to the federation boundary without letting both systems independently decide access.

Deepen Your Knowledge

Sign up to our weekly newsletter — get 33% off our NHI Foundation Level Course

    NHIMG Editorial Note
    Reviewed and updated by the NHIMG editorial team on September 26, 2026.
    NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org