Skip to content

Commit 1db8a18

Browse files
authored
Update error-code-aadsts50173-grant-expired-revoked.md
1 parent f5bee4c commit 1db8a18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/entra/entra-id/app-integration/error-code-aadsts50173-grant-expired-revoked.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ On the application that experiences the issues, try to locate an option to reaut
4545

4646
If the application is using [Microsoft Authentication Library (MSAL)](/entra/identity-platform/msal-overview), follow [this guidance to handle errors and exceptions in MSAL](/entra/msal/dotnet/advanced/exceptions/msal-error-handling).
4747

48-
If the application isn't using [Microsoft Authentication Library (MSAL)](/entra/identity-platform/msal-overview), follow this guidance to [handle errors and exceptions in MSAL](/entra/msal/dotnet/advanced/exceptions/msal-error-handling), and try to implement a similar approach on the application. The goal is to request that the user reauthenticate and obtain a fresh token.
48+
If the application isn't using MSAL, follow this guidance to [handle errors and exceptions in MSAL](/entra/msal/dotnet/advanced/exceptions/msal-error-handling), and try to implement a similar approach on the application. The goal is to request that the user reauthenticate and obtain a fresh token.
4949

5050
## More information
5151

5252
For a full list of authentication and authorization error codes, see [Microsoft Entra authentication and authorization error codes](/entra/identity-platform/reference-error-codes).
5353

54-
To investigate individual errors, go to [https://login.microsoftonline.com/error](https://login.microsoftonline.com/error).
54+
To investigate individual errors, go to [https://login.microsoftonline.com/error](https://login.microsoftonline.com/error).

0 commit comments

Comments
 (0)