Skip to content

Commit

Permalink
Microsoft Entra ID
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Oct 26, 2024
1 parent 8f1cefd commit 83efb42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AspNetCoreSelectTenant/Pages/Index.cshtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@page
@model IndexModel
@{
ViewData["Title"] = "Azure AD client for multiple tenants";
ViewData["Title"] = "Microsoft Entra ID client for multiple tenants";
}

<div class="card" style="width: 18rem;">
Expand Down
2 changes: 1 addition & 1 deletion AspNetCoreSelectTenant/Pages/SwitchTenant.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@model SwitchTenantModel
@{
ViewData["Title"] = "Azure AD client for multiple tenants";
ViewData["Title"] = "Microsoft Entra ID client for multiple tenants";
}

<!-- Section: Design Block -->
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![.NET](https://github.com/damienbod/AspNetCoreTenantSelect/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/AspNetCoreTenantSelect/actions/workflows/dotnet.yml)

[Switch tenants in an ASP.NET Core app using Azure AD with multi tenants](https://damienbod.com/2022/10/31/switch-tenants-in-an-asp-net-core-app-using-azure-ad-with-multi-tenants/)
[Switch tenants in an ASP.NET Core app using Microsoft Entra ID with multi tenants](https://damienbod.com/2022/10/31/switch-tenants-in-an-asp-net-core-app-using-azure-ad-with-multi-tenants/)

[Azure AD Multi tenant Azure App registration consent](https://damienbod.com/2023/01/02/azure-ad-multi-tenant-azure-app-registration-consent/)
[Microsoft Entra ID Multi tenant Azure App registration consent](https://damienbod.com/2023/01/02/azure-ad-multi-tenant-azure-app-registration-consent/)

## Migrations

Expand Down

0 comments on commit 83efb42

Please sign in to comment.