aspnet / AspNetKatana

Microsoft's OWIN implementation, the Katana project
Apache License 2.0
959 stars 331 forks source link

how do you remove additional query parameters #524

Closed vvdevteam closed 4 months ago

vvdevteam commented 4 months ago

How do you remove these two query params?

What would also be the implication of removing them?

Tratcher commented 4 months ago

Those are coming from Identity (AAD, OpenIdConnect, etc.). You'll need to ask them.

https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/fe3f74aeb3524f39778576c42cf73c760d4918a5/src/client/Microsoft.Identity.Client/Internal/MsalIdHelper.cs#L18