8000 GitHub - damienbod/AspNetCoreTenantSelect: Switch tenants in an ASP.NET Core app using Azure AD with multi tenants
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Switch tenants in an ASP.NET Core app using Azure AD with multi tenants

License

Notifications You must be signed in to change notification settings

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-04-30 Update packages
  • 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

0