Skip to content

worker‐app‐calling‐downstream‐apis

Jean-Marc Prieur edited this page Feb 5, 2024 · 4 revisions

Support for workers based on Microsoft.NET.Sdk.Worker

The following sample shows a worker app using Microsoft.Identity.Web: ContosoWorker. This is like a daemon application in the sense it calls downstream API on behalf of itself (with application permissions)

To create a worker app calling downstream APIs:

  • dotnet new worker

  • add the authentication in the following way:

Getting started with Microsoft Identity Web

Token cache serialization

Web apps

Web APIs

Daemon scenario

Advanced topics

FAQ

News

Contribute

Other resources

Clone this wiki locally