diff --git a/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationHandlers.cs b/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationHandlers.cs index 757a5a5a..2ee38bf7 100644 --- a/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationHandlers.cs +++ b/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationHandlers.cs @@ -629,6 +629,8 @@ public static partial class OpenIddictClientSystemIntegrationHandlers } } + context.Transaction.Request = new OpenIddictRequest(parameters); + return default; #else throw new PlatformNotSupportedException(SR.GetResourceString(SR.ID0392));