IdP Routed SaaS Applications

Use IdP routing capabilities in your Identity Provider to enforce Cloud Secure Edge Policies on your SaaS applications

  • Last validated: Aug 3, 2026

This topic details IdP Routed authentication to secure your SaaS apps; in this technique, the SaaS Application is configured for SAML/OIDC authentication using your Identity Provider and your Identity Provider is configured to federate to CSE’s TrustProvider component. Zero Trust policies are defined for groups of SaaS applications you route via IdP Federation logic. You can also configure CSE-federated authentication to secure your SaaS apps.

Doc status: CSE-side steps were re-verified against the CSE console on 2026-07-14, and third-party console steps were updated against vendor documentation on the same date. The third-party IdP console steps follow the vendor’s own documentation and should be confirmed against the live admin console, which can change without notice.

How It Works

The diagram below provides a conceptual overview of how you can use Cloud Secure Edge (CSE) via Identity Federation for Device Policies on SaaS Apps.

Normal Single-Sign-On Flow

sequenceDiagram
    autonumber
    participant UA as Web Browser
    participant SP as SaaS Application
    participant IDP as Identity Provider
    UA->>SP: Access application
    SP->>IDP: Generate SAML request
    IDP->>UA: Prompt user & password
    UA->>IDP: Submit credentials
    IDP->>UA: Prompt MFA
    UA->>IDP: Complete MFA
    IDP->>SP: Issue SSO token
    SP->>SP: Create user session
    SP->>UA: Set app session cookie
    UA->>SP: Access application

IDP-Routed Flow (with CSE)

sequenceDiagram
    autonumber
    participant UA as Web Browser
    participant SP as SaaS Application
    participant IDP as Identity Provider
    participant TP as CSE TrustProvider
    UA->>SP: Access application
    SP->>IDP: Generate SAML request
    IDP->>TP: IdP routing rule
    TP->>TP: Device and policy check
    TP->>TP: Passwordless authentication
    TP->>IDP: Issue Trust Token
    IDP->>UA: Prompt MFA (if required)
    IDP->>SP: Issue SSO token
    SP->>SP: Create user session
    SP->>UA: Set app session cookie
    UA->>SP: Access application

In the Normal Single-Sign-On flow, your SaaS application redirects to your Identity Provider to authenticate the user.

In the IDP-first authentication flow, you configure your Identity Provider to federate authentication requests to Cloud Secure Edge’s TrustProvider component. Since the Cloud Secure Edge (CSE) is now in the authentication flow, it is able to enforce zero-trust security policy. The net effect is that every login to a routed SaaS application is inspected by CSE, so device posture and group-based Zero Trust policies are applied before the user reaches the application.

The step-by-step flow is detailed in the diagram below:

sequenceDiagram
    autonumber
    participant U as User and Device
    participant APP as SaaS Application
    participant SSO as SSO Provider
    participant CC as CSE Command Center
    participant DM as CSE App
    U->>APP: Browser request to application
    APP->>SSO: Redirect to SSO
    SSO->>CC: Redirect to TrustProvider via IdP routing rules
    CC->>DM: Device check
    CC->>SSO: Redirect to SSO
    SSO->>U: SSO login page
    U->>SSO: User provides credentials
    SSO->>CC: Access token for TrustProvider
    CC->>CC: Generate TrustToken based on device status & access policy
    CC->>U: Access token
    U->>APP: Access SaaS app

Each guide below pairs the authoritative CSE Command Center configuration with the steps performed in your Identity Provider’s own console. Because the IdP admin consoles are owned by their vendors and can change without notice, treat the linked vendor’s documentation as the source of truth for any IdP-side UI labels or navigation.

Was this page helpful?