Skip to content

Commit b446b84

Browse files
Update msal-net-client-assertions.md
fix typo ------- cc: @Dickson-Mwendia
1 parent 3265c55 commit b446b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)