Kiota authentication provider implementation with Azure Identity

authentication azure go golang identity kiota openapi sdk-go
1 Open Issue Need Help Last updated: Jul 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to fix a bug in the Kiota Azure Identity authentication provider for Go. The current implementation incorrectly uses the scopes from the first request for all subsequent requests, leading to authentication failures if those requests target different hostnames with different scope requirements. The solution involves modifying the `AzureIdentityAccessTokenProvider` to correctly handle scopes for each individual request, rather than caching them from the initial request.

Complexity: 4/5
bug status:waiting-for-author-feedback type:bug help wanted

Kiota authentication provider implementation with Azure Identity

Go
#authentication#azure#go#golang#identity#kiota#openapi#sdk-go