aspnet-contrib / AspNet.Security.OAuth.Providers

OAuth 2.0 social authentication providers for ASP.NET Core
Apache License 2.0
2.34k stars 533 forks source link

Fix duplicated query string parameters for VSO/AzDo provider #814

Closed martincostello closed 8 months ago

martincostello commented 8 months ago

Fix query string parameters being duplicated if AuthorizationEndpoint contains any user-added query string parameters.

If this change looks good, I can look at making a similar change to the Google provider for dotnet/aspnetcore#47054.

/cc @Tratcher