Skip to content

Creating a multi-tenant application which supports B2B users

Notifications You must be signed in to change notification settings

hajekj/aad-b2b-multitenant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A code sample accompanying an article Creating a multi-tenant application which supports B2B users on my blog.

Setup instructions

  1. Create an Azure AD application in the Portal.
  2. Configure application's permissions to have access to Windows Azure Service Management API and also Microsoft Graph (add permissions to sign-in the user and read user's profile, read basic profiles of users and also access directory as currently signed in user)
  3. Get the application's client id, client secret and configure the reply url to http://localhost:5000/signin-oidc
  4. Replace the client id in the appsettings.json and place the client secret into user secrets or environmental variables if deploying to Azure.

About

Creating a multi-tenant application which supports B2B users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published