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
Copy file name to clipboardExpand all lines: docs/msiv1_token_revocation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Steps 5-9 are new and show how the RP propagates the revocation signal.
49
49
8.**SFRP** uses MSAL again to get a **new** token from eSTS.
50
50
51
51
> [!IMPORTANT]
52
-
> This design is only applicable to MIRP api-version=2025-03-30 (for App Service). api-version for service fabric will be soon made available.
52
+
> This design is only applicable to App Service (with new api-version=2025-03-30) and Service Fabric MI Resource (api-version for service fabric remains unchanged).
53
53
54
54
> [!NOTE]
55
55
> The SHA256 conversion is done by doing a Hex-encoded SHA-256 hash of the token (UTF-8). For example: BitConverter.ToString(SHA256(Encoding.UTF8.GetBytes(accessToken))).
0 commit comments