Skip to content

Commit 404c5ca

Browse files
authored
Fix markdown syntax for error messages
1 parent 76e65c6 commit 404c5ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/entra/entra-id/app-integration/troubleshoot-wif10201-no-valid key-securitytoken-mvc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ The ASP.NET MVC application was working previously. However, the following error
1919

2020
```dotnecli
2121
Error Details:
22-
Server Error in ‘/’ Application.
23-
WIF10201: No valid key mapping found for securityToken: ‘System.IdentityModel.Tokens.X509SecurityToken and issuer: https://sts.windows.net/<Directory ID>/.
22+
Server Error in '/' Application.
23+
WIF10201: No valid key mapping found for securityToken: ‘System.IdentityModel.Tokens.X509SecurityToken' and issuer: 'https://sts.windows.net/<Directory ID>/'.
2424
2525
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
2626
27-
Exception Details: System.IdentityModel.Tokens.SecurityTokenValidationException: WIF10201: No valid key mapping found for securityToken: System.IdentityModel.Tokens.X509SecurityToken and issuer: https://sts.windows.net/<Directory ID>/.
27+
Exception Details: System.IdentityModel.Tokens.SecurityTokenValidationException: WIF10201: No valid key mapping found for securityToken: 'System.IdentityModel.Tokens.X509SecurityToken' and issuer: 'https://sts.windows.net/<Directory ID>/'.
2828
```
2929

3030
## Cause

0 commit comments

Comments
 (0)