❔ AzureAD App Registration ADO access in Blazor
I am trying to access azure dev ops work items using an application within my jobs azure active directory. I have the application working and I can connect and get the users information and roles. However I am confused at how exactly you use the API permissions.
The blazor server application is using .AddMicrosoftIdentityWebApp() but I am unsure how to exactly add the HttpClient for the ADO rest api or to ensure I am getting the proper information to query the data.
I have been working on this for a while but am confused at how exactly its all linked together.
2 Replies