diff --git a/src/VirtoCommerce.Platform.Web/appsettings.json b/src/VirtoCommerce.Platform.Web/appsettings.json index a2f2ff2cf64..03ae5572aed 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/",