Skip to content

Commit 795ff00

Browse files
trwalkejmprieur
andauthored
Update src/Microsoft.Identity.Abstractions/ApplicationOptions/MicrosoftEntraApplicationOptions.cs
Co-authored-by: Jean-Marc Prieur <jmprieur@microsoft.com> Signed-off-by: Travis Walker <travis.walker@microsoft.com>
1 parent fed93d2 commit 795ff00

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)