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

initial sample #1

Closed derisen closed 4 years ago

derisen commented 4 years ago

Microsoft Identity Platform Multi-tenant Applications Tutorial

An incremental multi-tenancy tutorial demonstrating how to setup and configure your app, provide consent as admin to make it accessible for users in your tenant and deploy it on Azure App Services.

How to Use this Tutorial

The aim of this tutorial is for you to understand aspects of multi-tenancy in Azure Active Directory from an app developer perspective. The assumption is that you will follow each chapter in a successive fashion, as the concepts involved are built on top of each other and explanations may not be repeated.

Contents

File/folder Description
Chapter1 Multitenant vanillaJS SPA calling MS Graph API.
Chapter2 Multitenant Angular SPA calling MS Graph API and .NET Core web API.
Chapter3 Deployment with Azure App Services and Azure Storage.

[!Note] We highly recommend getting familiar with regular samples first, in particular with this and this, in order to fully grasp the naunces of the multi-tenant case.

derisen commented 4 years ago

Looks good to me. I would only suggest to drop the coding sample on Chap 3 and have just the readme to reduce maintenance work.

Good job Dogan

Dropped -thanks Tiago!

derisen commented 4 years ago

Thank you very much for all your help! Merging this now