Browse Source
Fix AttachCustomSignOutParameters to use the correct OpenIddictMessage instance
pull/1844/head
Стас
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/OpenIddict.Client/OpenIddictClientHandlers.cs
|
|
|
@ -6099,7 +6099,7 @@ public static partial class OpenIddictClientHandlers |
|
|
|
{ |
|
|
|
foreach (var parameter in context.Parameters) |
|
|
|
{ |
|
|
|
context.Response.SetParameter(parameter.Key, parameter.Value); |
|
|
|
context.Request.SetParameter(parameter.Key, parameter.Value); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|