TanyaMykhnevych

Results 3 comments of TanyaMykhnevych

@jmprieur It is Azure Functions runtime 3.0. I use nuget package "Microsoft.NET.Sdk.Functions" Version="3.0.7". I read this documentation: [https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-protected-web-api-verification-scope-app-roles?tabs=aspnetcore](url). I just included package "Microsoft.Identity.Web" Version="1.21.1" and added this attribute to Function...

@jmprieur Some additional information: the same behavior for .NET 6 and v4 Azure Functions runtime. RequiredScope Attribute is ignored.