<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 Retrieve Okta Browser Plugin Logs
Administration
Okta Classic Engine
Okta Identity Engine
Overview

This article describes how to retrieve Okta Browser Plugin logs.

Applies To
  • All Browsers
  • Okta Classic Engine
Solution
  1. Click the Okta Plugin "O" icon in the upper-right corner of the browser.

Okta plugin

  1. Type /settings in the Search for an app field and hit Enter.

Settings

  1. Check Enable Logging and click anywhere in the browser to close the menu.

Enable logging

  1. Open the browser's developer console (the F12 key / Fn + F12 keys).

    • NOTE: if attempting to capture logs during the launch of a SWA app, open the console in the new browser tab that is created.

  2. For Internet Explorer and Firefox:
    1. In the developer tools pane, ensure that the Console is selected.

    2. Right-click the log content and click Copy all (Select All for Firefox).

    3. Paste the content to a text editor of choice and save the file (we recommend saving with a .log extension).

  3. For Google Chrome and Edge:

    1. In the developer tools pane, ensure that the Console is selected.

    2. Click the blue gear icon in the upper-right corner of the pane and ensure that the "Preserve Log" option is checked.

    Preserve Log

    1. In the console pane, highlight the desired text, right-click the selection, and choose Save as.
  4. For Safari:
    1. To open Developer Tools in Safari, first enable the Develop menu by going to Safari > PreferencesAdvanced and checking the box for Show Develop menu in menu barOnce enabled, the tools from the new Develop menu in the menu bar can be accessed, or a shortcut can be used, such as Option + Command + C.
    2. In the developer tools pane, ensure that the Console is selected
    3. Look for the Preserve Log option in the top filter bar of the Console.
      • NOTE: If the Preserve Log option is not visible, click the (☰) circle:

Preserve log

    1. In the console pane, highlight the desired text, right-click the selection, select Copy Selected/Save selected, and choose Save as.
 
Loading
How to Retrieve Okta Browser Plugin Logs