This guide will walk you through the process of obtaining the Location URL & JWT data from the web browser to troubleshoot issues involving the Canvas-Stukent integration based on your browser.
Google Chrome/Microsoft Edge
Gathering the Location URL
- Click on the "Stukent" navigation item in Canvas.
- Right click somewhere in the white space. Click on the "Inspect" option.
- In the side tab that opened, click on the "Network" tab.
- Directly under "Network", click the checkboxes for "Preserve Log" and "Disable Cache".
- In the filter field, type "stukent".
- Reload the browser page using the refresh button in the top left corner.
- Once it loads, click on the "redirect?subscription-key" item.
- Ensure you're on the "Headers" tab.
- Copy and email the URL associated with the "Location" item.
Gathering the JWT Data
- Ensure you have follow steps 1-7 from above.
- Click on the 'Payload' tab.
- Right click the 'id_token' block of text, and use 'Copy Value'.
- Email this item.
Firefox
Gathering the Location URL
- Click on the "Stukent" navigation item in Canvas.
- Right click somewhere in the white space. Click on the "Inspect" option.
- In the bottom panel that opened, click on the "Network" tab.
- In the filter field, type "stukent".
- To the far right, click the checkbox "Disable Cache".
- Reload the browser page using the refresh button in the top left corner.
- Once it loads, click on the "redirect?subscription-key" item.
- Ensure you're on the "Headers" tab.
- Copy and email the URL associated with the "Location" item under the "Response Headers" section.
Gathering the JWT Data
- Ensure you have completed steps 1-7 from above.
- Click on the 'Request' tab.
- Right click the 'id_token' block of text, and use 'Copy Value'.
- Email this item.
Comments