You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"error_description": "The user revoked access to the app."
205
+
"error": "invalid_grant",
206
+
"error_description": "AADB2C90080: The provided grant has expired. Please re-authenticate and try again. Current time: xxxxxxxxxx, Grant issued time: xxxxxxxxxx, Grant expiration time: xxxxxxxxxx\r\nCorrelation ID: xxxxxxxx-xxxx-xxxX-xxxx-xxxxxxxxxxxx\r\nTimestamp: xxxx-xx-16 xx:10:52Z\r\n"
207
207
}
208
208
```
209
209
@@ -279,8 +279,8 @@ Error responses look like:
279
279
280
280
```json
281
281
{
282
-
"error": "access_denied",
283
-
"error_description": "The user revoked access to the app.",
282
+
"error": "invalid_grant",
283
+
"error_description": "AADB2C90129: The provided grant has been revoked. Please reauthenticate and try again.\r\nCorrelation ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\r\nTimestamp: xxxx-xx-xx xx:xx:xxZ\r\n",
284
284
}
285
285
```
286
286
@@ -318,4 +318,4 @@ To set the required ID Token in logout requests, see [Configure session behavior
318
318
319
319
## Next steps
320
320
321
-
- Learn more about [Azure AD B2C session](session-behavior.md).
321
+
- Learn more about [Azure AD B2C session](session-behavior.md).
0 commit comments