Azure-Samples / ms-identity-javascript-angular-spa-aspnet-webapi-multitenant

Multi-tenancy tutorial demonstrating how to expose your app to users from other tenants, provide consent as admin and deploy it on Azure App Services using MSAL Angular
17 stars 7 forks source link

Angular SPA B2C and protected Web API Tutorial #8

Closed vertonghenb closed 4 years ago

vertonghenb commented 4 years ago

Library

Description

Is there an available tutorial for an Angular single-page application that authenticates users with Azure AD B2C and calls a protected ASP.NET Core Web API. (Notice the B2C) ?

derisen commented 4 years ago

@vertonghenb not quite, but there's an angular B2C app calling a Node.js web api, and there's also a .NET Core B2C protected web api.

derisen commented 4 years ago

Closing, let us know if you need further guidance.