Skip to content

Commit 475609a

Browse files
authored
Fix typos and improve consistency in documentation
1 parent c23207b commit 475609a

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,16 @@ ms.custom: sap:Issues Signing In to Applications
1616

1717
When users try to sign in to an application that uses Microsoft Entra ID authentication, they receive the following error message:
1818

19-
2019
> `AADSTS50173: The provided grant has expired due to it being revoked, a fresh auth token is needed. The user might have changed or reset their password. The grant was issued on '{authTime}' and the TokensValidFrom date (before which tokens are not valid) for this user is '{validDate}'.`
2120
2221

2322
## Cause
2423

2524
This error occurs when the refresh token used for authentication has been revoked. This issue occurs if:
2625

27-
- The user changed or reset their password.
28-
- The refresh token has expired.
29-
- The refresh token has been revoked by an administrator.
26+
- The user changes or resets their password.
27+
- The refresh token expires.
28+
- An administrator revokes the refresh token.
3029

3130
For more information, see:
3231

@@ -40,13 +39,13 @@ To resolve this issue, follow these steps:
4039

4140
### For end users
4241

43-
On the application being used, try to locate an option to re-authenticate and clear any cached token information. This can also be achieved by signing out and signing back in to the application (when applicable/available).
42+
On the application being used, try to locate an option to reauthenticate and clear any cached token information. This can also be achieved by signing out and signing back in to the application (when applicable/available).
4443

4544
### For application developers
4645

4746
If the application is using [Microsoft Authentication Library (MSAL)](/entra/identity-platform/msal-overview), follow guidance regarding on how to [Handle errors and exceptions in MSAL](/entra/msal/dotnet/advanced/exceptions/msal-error-handling).
4847

49-
If the application is not using [Microsoft Authentication Library (MSAL)](/entra/identity-platform/msal-overview), consult information about how 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 user to re-authenticate and obtain a fresh token.
48+
If the application isn't using [Microsoft Authentication Library (MSAL)](/entra/identity-platform/msal-overview), consult information about how 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 user to re-authenticate and obtain a fresh token.
5049

5150
## More Information
5251

0 commit comments

Comments
 (0)