Skip to content

Commit

Permalink
Update auth caption for Entra ID (formerly AAD)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mok committed Dec 8, 2023
1 parent 6bf1028 commit cb1139b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VirtoCommerce.Platform.Web/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit cb1139b

Please sign in to comment.