I want to add authentication using Microsoft Identity web to an Azure Function project with isolated worker model for HTTP triggers.

조낙운 0 Reputation points
2024-04-08T06:49:30.2366667+00:00

I'm creating an Azure Function project with isolated worker model, aiming to implement authentication using Microsoft Identity Web for HTTP triggers in a .NET 8 environment.

The project structure is as follows:

User's image

The local.settings.json file looks like this:

User's image

The program.cs file looks like this:

User's image

The function is as follows:

User's image

I've configured as described above, but authentication isn't working. I need help figuring out what settings I need to adjust.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,990 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.