Skip to content

Commit 5f6a573

Browse files
authored
Update msiv1_token_revocation.md to add clarity for SF version (#5247)
* Update msiv1_token_revocation.md * Update msiv1_token_revocation.md
1 parent 4e933c2 commit 5f6a573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msiv1_token_revocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Steps 5-9 are new and show how the RP propagates the revocation signal.
4949
8. **SFRP** uses MSAL again to get a **new** token from eSTS.
5050

5151
> [!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).
5353
5454
> [!NOTE]
5555
> 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

Comments
 (0)