<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
How to View the Okta Access Gateway jQuery version
Access Gateway
Okta Classic Engine
Okta Identity Engine
Overview

This article provides steps on how to view the Jquery version running on the Okta Access Gateway.

Applies To
  • Okta Access Gateway (OAG)
  • jQuery
Solution

The example below is tested with the 2024.2.1 version.
(This was all done in the Chrome browser.)
 

  1. Login to the OAG admin app, launch the developer tools, and click on the console tab.
  2. To generate an error page, use a resource path that does not exist, like /work.
  3. Enter.
    console.log(jQuery().jquery);
  4. This will print the version being used.

Access Gateway

Loading
How to View the Okta Access Gateway jQuery version