<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content

Finding an Okta Network Zone ID Using Browser Developer Tools

Okta Classic Engine
Okta Identity Engine
Network Zones

Overview

Identifying a specific network zone ID in the Okta Admin Console requires using the browser developer tools. Locate this ID by inspecting the network traffic while saving the target network zone configuration.

Applies To

  • Okta Identity Engine (OIE)
  • Okta Classic Engine
  • Network Zones
  • Developer Tools

Solution

How can an Okta network zone ID be retrieved using developer tools?

 

Determine the network zone ID by accessing the network settings in the Admin Console, capturing the network trace with browser developer tools, and inspecting the request headers of the saved zone.

  1. Access the Admin Console.
  2. Navigate to Security > Networks.
  3. Open the browser developer tools by pressing F12 or by right-clicking the page and selecting Inspect.
  4. Select the Network tab within the developer tools.
  5. Click the pencil button for the target network zone.
  6. Click Save without modifying any settings.
  7. Select the row starting with nz in the network trace.
  8. Obtain the network zone ID at the end of the Request URL under Headers > General.

Review the following example demonstrating the location of the network zone ID within the developer tools interface.

network zone ID

Related References

Loading
Okta Support - Finding an Okta Network Zone ID Using Browser Developer Tools