Skip to content

Commit 86d67b2

Browse files
Merge pull request #232591 from OwenRichards1/patch-1
Update msal-net-client-assertions.md
2 parents 3c8f199 + 6ee35fa commit 86d67b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/msal-net-client-assertions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: conceptual
1111
ms.workload: identity
12-
ms.date: 03/18/2021
12+
ms.date: 03/29/2023
1313
ms.author: dmwendia
1414
ms.reviewer: saeeda, jmprieur
1515
ms.custom: "devx-track-csharp, aaddev"
@@ -149,7 +149,7 @@ static string GetSignedClientAssertion(X509Certificate2 certificate, string tena
149149

150150
### Alternative method
151151

152-
You also have the option of using [Microsoft.IdentityModel.JsonWebTokens](https://www.nuget.org/packages/Microsoft.IdentityModel.JsonWebTokens/) to create the assertion for you. The code will be a more elegant as shown in the example below:
152+
You also have the option of using [Microsoft.IdentityModel.JsonWebTokens](https://www.nuget.org/packages/Microsoft.IdentityModel.JsonWebTokens/) to create the assertion for you. The code will be more elegant as shown in the example below:
153153

154154
```csharp
155155
string GetSignedClientAssertionAlt(X509Certificate2 certificate)

0 commit comments

Comments
 (0)