Skip to content

Commit 62211d5

Browse files
authored
Merge pull request #126021 from changeworld/patch-126
Fix typo
2 parents 6293017 + 899f08e commit 62211d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory-b2c/troubleshoot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ The following screenshot shows an example of the Application Insights trace log
155155

156156
![Screenshot of Azure AD B2C extension Azure AD B2C trace report.](./media/troubleshoot-custom-policies/vscode-extension-application-insights-report.png)
157157

158-
## Troubleshoot JWT tokens
158+
## Troubleshoot JWTs
159159

160-
For JWT token validation and debugging purposes, your can decode JWTs using a site like [https://jwt.ms](https://jwt.ms). Create a test application that can redirect to `https://jwt.ms` for token inspection. If you haven't already done so, [register a web application](tutorial-register-applications.md), and [enable ID token implicit grant](tutorial-register-applications.md#enable-id-token-implicit-grant).
160+
For JWT validation and debugging purposes, your can decode JWTs using a site like [https://jwt.ms](https://jwt.ms). Create a test application that can redirect to `https://jwt.ms` for token inspection. If you haven't already done so, [register a web application](tutorial-register-applications.md), and [enable ID token implicit grant](tutorial-register-applications.md#enable-id-token-implicit-grant).
161161

162-
![Screenshot of JWT token preview.](./media/troubleshoot-custom-policies/jwt-token-preview.png)
162+
![Screenshot of JWT preview.](./media/troubleshoot-custom-policies/jwt-token-preview.png)
163163

164164
Use **Run now** and `https://jwt.ms` to test your policies independently of your web or mobile application. This website acts like a relying party application. It displays the contents of the JSON web token (JWT) that your Azure AD B2C policy generates.
165165

0 commit comments

Comments
 (0)