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.
Google Chrome/Microsoft Edge
1. While in the Blackboard course, go to the Content tab.
2. Find the plus button within Course Content, and select the Content Market option. (screenshot below)
3. Right click your mouse anywhere in gray space at the top, and select Inspect. (screenshot below)
4. In the side panel, click on the Network
tab. 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 into Blackboard and select Stukent Content. (screenshot below)
7. 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 Blackboard course, go to the Content tab.
2. Find the plus button within the course content, and select the Content Market option. (screenshot below)
3. Right click your mouse anywhere in gray space at the top, and select Inspect. (screenshot below step 6)
4. In the side panel, click on the Network
tab. Directly under Network, click the checkboxes for Disable Cache
.
5. In the filter field, type redirect
.
6. Leaving the panel open, go back into Blackboard and select Stukent Content.
7. 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