Netskope LogoNetskope Logo
  • Security Services
  • AI Services
  • Networking Services
  • Analytics Services
  • Integrations
  • getting-started.svgGetting Started
    • Support
    • Community
    • Netskope.com
    © 2026 All Rights Reserved. Netskope Inc.
    Home
    Reverse Proxy
    O365 Auth Proxy
    Configuring your Netskope Active and Passive Auth and MEX URLs

    Configuring your Netskope Active and Passive Auth and MEX URLs

    To configure your Netskope Active Auth, Passive Auth, and MEX URLs:

    1. Use Powershell to log in to your cloud O365 instance, and then enter $cred=Get-Credential.
    2. Enter your admin credentials.
    3. Enter Connect-MsolService -Credential $cred.
    4. Depending on your auth mode, enter one of these commands:
      • Netskope_Passive_URL: $Netskope_Passive_URL = <Netskope Passive Auth URL from the Netskope UI>

        Tip

        To use an endpoint URL for passive auth, refer to Configuring Passive Auth with an Endpoint URL.

      • Netskope_Active_URL: $Netskope_Active_URL = <Netskope Active Auth URL from the Netskope UI>
      • Netskope_Federation_Metadata_URL: $Netskope_Federation_Metadata_URL = <Netskope Federation Metadata URL from the Netskope UI>
    5. Enter your domain name: $dom = <domain name>.
    6. Update the Federation Settings: Set-MsolDomainFederationSettings -DomainName $dom -PassiveLogOnUri $Netskope_Passive_URL -LogOffUri $Netskope_Passive_URL - ActiveLogOnUri $Netskope_Active_URL -MetadataExchangeUri $Netskope_Federation_Metadata_URL

    Note

    Netskope_Passive_URL, Netskope_Active_URL, and Netskope_Federation_Metadata_URL are generated URLs in the Netskope Admin UI.

    In this Topic
    • Configuring your Netskope Active and Passive Auth and MEX URLs