Browse Source
feat: also add the prompt parameter into the handler
pull/2427/head
Stella Schalkwijk
4 weeks ago
Failed to extract signature
1 changed files with
1 additions and
0 deletions
-
src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.cs
|
|
|
@ -1924,6 +1924,7 @@ public static partial class OpenIddictClientWebIntegrationHandlers |
|
|
|
var settings = context.Registration.GetGoogleSettings(); |
|
|
|
|
|
|
|
context.Request["access_type"] = settings.AccessType; |
|
|
|
context.Request.Prompt = settings.Prompt; |
|
|
|
} |
|
|
|
|
|
|
|
// By default, Huawei doesn't return a refresh token but allows sending an "access_type"
|
|
|
|
|