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. With Edit mode on, go to a module, and click Add activity or resource. Click on the External Tool icon or Stukent icon.
2. On this page, right click anywhere in the white space, and click Inspect.
3. In the side panel, click on the Network
tab. Directly under Network, click the checkboxes for Preserve Log
and Disable Cache
. (screenshot below step 6)
4. In the filter field, type redirect
. (screenshot below step 6)
5. Go back to the Moodle page, and select Stukent in the Preconfigured Tool section. (screenshot below step 6)
6. Click Select Content.
7. Go to the dev tools panel, and find the redirect?subscription-key
item. (screenshot below step 9)
8. Click on the Headers
tab. (screenshot below step 9)
9. Find the Location
item, and copy the URL associated with it (example shown below)
*10. For JWT (id_token): Next, click the Payload
tab. Copy the id_token
item. Right click your mouse, and use the Copy Value option. (example shown below)
Firefox
1. With Edit mode on, go to a module, and click Add activity or resource. Click on the External Tool icon or Stukent icon.
2. On this page, right click anywhere in the white space, and click Inspect.
3. In the side panel, click on the Network
tab. Directly under Network, type redirect
in the filter field. (screenshot below step 6)
4. Click the checkbox for Disable Cache
. (screenshot below step 6)
5. Go back to the Moodle page, and select Stukent in the Preconfigured Tool section. (screenshot below step 6)
6. Click Select Content.
7. Go to the dev tools panel, and find the redirect
item under the File column. (screenshot below step 9)
8. Click on the Headers
tab. (screenshot below step 9)
9. Under the Response Headers
section, find the Location
item, and copy the URL associated with it (example shown below)
*10. For JWT (id_token): Next, click the Request
tab. Copy the id_token
item. Right click your mouse, and use the Copy Value option. (example shown below)
Comments