Skip to content

Commit b1ddc4d

Browse files
authored
Fixed AzureAdB2C appsetting (#18166)
1 parent e8a7585 commit b1ddc4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/security/blazor/webassembly/hosted-with-azure-active-directory-b2c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The *appsettings.json* file contains the options to configure the JWT bearer han
161161

162162
```json
163163
{
164-
"AzureAd": {
164+
"AzureAdB2C": {
165165
"Instance": "https://{ORGANIZATION}.b2clogin.com/",
166166
"ClientId": "{SERVER API APP CLIENT ID}",
167167
"Domain": "{DOMAIN}",
@@ -174,7 +174,7 @@ Example:
174174

175175
```json
176176
{
177-
"AzureAd": {
177+
"AzureAdB2C": {
178178
"Instance": "https://contoso.b2clogin.com/",
179179
"ClientId": "41451fa7-82d9-4673-8fa5-69eff5a761fd",
180180
"Domain": "contoso.onmicrosoft.com",

0 commit comments

Comments
 (0)