Skip to content

Commit e065471

Browse files
committed
Make URL settable in extensibility point to allow setting query params
1 parent adedbaa commit e065471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/Microsoft.Identity.Client/Extensibility/OnBeforeTokenRequestData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public OnBeforeTokenRequestData(
4141
/// <summary>
4242
/// The token endpoint, including any query parameters, where the request is being sent to.
4343
/// </summary>
44-
public Uri RequestUri { get; }
44+
public Uri RequestUri { get; set; }
4545

4646
/// <summary>
4747
/// The cancellation token associated with the request

0 commit comments

Comments
 (0)