kiota-http-dotnet
kiota-http-dotnet copied to clipboard
KiotaClientFactory doesn't build a httpclient that will work because it is missing auth middleware
https://github.com/microsoft/kiota-http-dotnet/blob/eb76ee893324bd373462e98dfdafeba95762feff/src/KiotaClientFactory.cs#L36
This issue is related to this ADR https://github.com/microsoft/kiota/issues/3941
We need to think about building an AuthHandler middleware that can use our Kiota Auth Providers so that we can have native HttpClient experiences. Otherwise, we can't satisfy this ADR https://github.com/microsoft/kiota/issues/3200