From cb1139be6d985d4eaafa15dd8fcf77f55170328b Mon Sep 17 00:00:00 2001 From: Jacek Mokrzycki Date: Fri, 8 Dec 2023 12:37:08 +0100 Subject: [PATCH] Update auth caption for Entra ID (formerly AAD) --- src/VirtoCommerce.Platform.Web/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VirtoCommerce.Platform.Web/appsettings.json b/src/VirtoCommerce.Platform.Web/appsettings.json index 49c11dc2b78..acbbbb02f80 100644 --- a/src/VirtoCommerce.Platform.Web/appsettings.json +++ b/src/VirtoCommerce.Platform.Web/appsettings.json @@ -194,7 +194,7 @@ "AzureAd": { "Enabled": false, "AuthenticationType": "AzureAD", - "AuthenticationCaption": "Azure Active Directory", + "AuthenticationCaption": "Microsoft Entra ID", "ApplicationId": "(Replace this with Application (client) ID, e.g. 01234567-89ab-cdef-0123-456789abcdef)", "TenantId": "(Replace this with Directory (tenant) ID, e.g. abcdef01-2345-6789-abcd-ef0123456789)", "AzureAdInstance": "https://login.microsoftonline.com/",