Skip to content

Commit d07ea26

Browse files
author
trwalke
committed
Merge branch 'trwalke/ClientClaims' of https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet into trwalke/ClientClaims
2 parents 7149d18 + 795ff00 commit d07ea26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Identity.Abstractions/ApplicationOptions/MicrosoftEntraApplicationOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public override string? Authority
7979
/// Gets or sets the claims used to create the client assertion for authentication.
8080
/// </summary>
8181
/// <remarks>The client assertion claims are typically used in scenarios where client
82-
/// authentication requires a signed JWT (JSON Web Token). Ensure the claims are properly formatted and encoded
82+
/// authentication requires a signed assertion as a JWT (JSON Web Token). Ensure the claims are properly formatted and encoded
8383
/// as a JSON string before setting this property.</remarks>
8484
public IDictionary<string, string>? ClientAssertionClaims { get; set; }
8585
#endregion Token Acquisition

0 commit comments

Comments
 (0)