Azure API Apps with AllowAnonymous
问题 With an Azure API App, is there a way to have a mix of authentication levels for different endpoints in the underlying Web API? I want the API App to have access level of 'Public (authenticated)' but one of the endpoints needs to be accessible as an anonymous user. Previously I would have just applied the AllowAnonymous attribute on the method, but the gateway still intercepts and returns an unauthenticated response. The only other thing I can think of is to set the API App to 'Public