Implement the On Behalf Of flow between an Azure AD protected API and an API protected using OpenIddict

added by DotNetKicks
10/3/2022 5:19:24 AM

562 Views

This article shows how to implement the On Behalf Of flow between two APIs, one using Azure AD to authorize the HTTP requests and a second API protected using OpenIddict. The Azure AD protected API uses the On Behalf Of flow (OBO) to get a new OpenIddict delegated access token using the AAD delegated access...


0 comments