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. Right click your mouse anywhere in gray space at the top, and select Inspect.
3. In the side panel, click on the Network
tab. Directly under Network, click the checkboxes for Preserve Log
and Disable Cache
.
4. In the filter field, type redirect
.
5. Leaving the panel open, go back into Blackboard and open the Build Content dropdown. Click on Stukent Content.
6. Go to the dev tools panel, and find the redirect?subscription-key
item (shown in screenshot below).
7. Click on the Headers
tab (shown in screenshot below).
8. Find the Location
item, and copy the URL associated with it (shown in screenshot below).
9. 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. Right click your mouse anywhere in gray space at the top, and select Inspect.
3. In the side panel, click on the Network
tab. Directly under Network, click the checkbox for Disable Cache
.
4. In the filter field, type redirect
.
5. Leaving the panel open, go back into Blackboard and open the Build Content dropdown. Click on Stukent Content.
6. Go to the dev tools panel, and find the redirect?subscription-key item
(shown in screenshot below).
7. Click on the Headers
tab (shown in screenshot below).
8. Find the Location
item, and copy the URL associated with it (shown in screenshot below).
9. For JWT (id_token): Next, click the Request
tab. Right click your mouse on the information associated with id_token
, and use the Copy Value option.
Comments