This article provides steps on how to view the Jquery version running on the Okta Access Gateway.
- Okta Access Gateway (OAG)
- jQuery
The example below is tested with the 2024.2.1 version.
(This was all done in the Chrome browser.)
- Login to the OAG admin app, launch the developer tools, and click on the console tab.
- To generate an error page, use a resource path that does not exist, like /work.
- Enter.
console.log(jQuery().jquery);
- This will print the version being used.
