This article will provide steps on obtaining the Location URL and JWT from the Stukent Content management area. These steps are slightly different than the normal process.
If the screenshots are too small to see, you can right click your mouse on the image and use Open in New Tab to see it more clearly.
Google Chrome/Microsoft Edge
1. While in the Brightspace/D2L course, go to the Content tab.
2. Go to the module where Stukent assignments are/will be organized.
3. Right click your mouse anywhere in white space at the top of the module, and select Inspect. (screenshot below)
4. In the side panel, click on the Network
tab at the top. Directly under Network, click the checkboxes for Preserve Log
and Disable Cache
. (screenshot below)
5. In the filter field, type redirect
. (screenshot below)
6. Leaving the panel open, go back to the D2L screen. Click the Existing Activities dropdown, and select Stukent Content.
7. After the Stukent Content page shows, go to the dev tools panel, and find the redirect?subscription-key
item (shown in screenshot below).
8. Click on the Headers
tab (shown in screenshot below).
9. Find the Location
item, and copy the URL associated with it (shown in screenshot below).
10. For JWT (id_token): Next, click the Payload
tab. Right click your mouse on the information associated with id_token
, and use the Copy Value option.
Firefox
1. While in the Brightspace/D2L course, go to the Content tab.
2. Go to the module where Stukent assignments are/will be organized.
3. Right click your mouse anywhere in white space at the top of the module, and select Inspect. (screenshot below)
4. In the panel, click on the Network
tab at the top. Directly under Network, click the checkbox for Disable Cache
. (screenshot below)
5. In the filter field, type redirect
. (screenshot below)
6. Leaving the panel open, go back to the D2L screen. Click the Existing Activities dropdown, and select Stukent Content.
7. After the Stukent Content page shows, go to the dev tools panel, and find the redirect?subscription-key
item (shown in screenshot below).
8. Click on the Headers
tab (shown in screenshot below).
9. Find the Location
item, and copy the URL associated with it (shown in screenshot below).
10. For JWT (id_token): Next, click the Payload
tab. Right click your mouse on the information associated with id_token
, and use the Copy Value option.
Comments