Microsoft-identity-web: [Documentation] How to use with Azure Functions?

Created on 9 Dec 2020  路  2Comments  路  Source: AzureAD/microsoft-identity-web

Is there any documentation explaining how to wire this up for an Azure Function (mainly to use Microsoft Graph API)?

Answered documentation question

All 2 comments

@chris5287 Microsoft.Identity.Web is for ASP.NET Core web app and web APIs.
For Azure functions acting as web APIs, please see, https://github.com/Azure-Samples/ms-identity-dotnet-webapi-azurefunctions.

See https://docs.microsoft.com/en-us/azure/active-directory/develop/sample-v2-code#azure-functions-as-web-apis

@chris5287 Actually @hajekj got this to work. You should check out his blog post and let us know how it goes or if you hit any issues.

Was this page helpful?
0 / 5 - 0 ratings