How to Retrieve JWT Data and Location URL | Mozilla Firefox

This guide will walk you through the process of obtaining JWT data from the web browser to troubleshoot LMS integration problems.

Gathering JWT Data

  1. Open your LMS course that corresponds with the Stukent course.
  2. Navigate to a page where the Stukent link is visible or can be clicked on. (DO NOT click on the link yet.)
  3. BEFORE clicking the Stukent link, open the web browser’s Developer Tools.
    1. Right click in the white space on the page, and select Inspect from the pop up menu.
      inspectFirefox.png
    2. Select the Network tab.
    3. Select the checkbox for Disable cache.
    4. Type Stukent in the Filter field
      networkStukentFirefox.pngnetworkDisableCacheFirefox.png
  4. Click the Stukent link in your LMS. (You will see network data begin to populate the developer tools.)
  5. Once the network traffic has stopped, click the line item that starts with 'redirect?subscription-key'.
    redirectFirefox.png
  6. Click on the Request tab in the developer tools.
  7. Right click the body of text next to 'id_token', and use the "Copy Value" option. This will ensure you copy all of the information that is not shown.
    jwtFirefox.png

 

Obtaining Location URL

Make sure you've followed steps 1-5 from above.

  1. Click on the Headers tab in the developer tools.
  2. Find the section that says 'Response Headers'.
  3. Copy the 'Location' url.
    locationURLFirefox.png
Have more questions? Submit a request

Comments