Skip to content

damienbod/AspNetCoreTenantSelect

Repository files navigation

ASP.NET Core Multi Tenant Select

.NET

Switch tenants in an ASP.NET Core app using Microsoft Entra ID with multi tenants

Microsoft Entra ID Multi tenant Azure App registration consent

Migrations

Add-Migration "init"

Update-Database

History

  • 2025-01-01 Update packages
  • 2024-11-15 .NET 9
  • 2024-10-26 Updated packages, code clean up
  • 2024-03-24 .NET 8
  • 2023-09-23 Updated packages, fixed security headers
  • 2023-09-23 Updated packages
  • 2023-04-28 Updated packages
  • 2023-02-24 Updated packages
  • 2022-12-23 Updated to .NET 7

Links

https://learn.microsoft.com/en-us/azure/active-directory/develop/id-tokens

https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/multi-tenant-user-management-introduction

https://github.com/AzureAD/microsoft-identity-web

https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app

https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/add-application-portal