Skip to content

Commit 525873a

Browse files
authored
Fix headings (#36452)
1 parent a0b5073 commit 525873a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aspnetcore/blazor/security/blazor-web-app-with-entra.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,10 @@ Obtain the application (client) ID, tenant (publisher) domain, and directory (te
467467

468468
The authentication configuration depends on the type of tenant:
469469

470-
* [ME-ID tenant configuration](#me-id-tenant-configuration)
471-
* [Microsoft Entra External ID configuration](#microsoft-entra-external-id-configuration)
470+
* [Configuration for an ME-ID](#configuration-for-an-me-id)
471+
* [Configuration for Microsoft Entra External ID](#configuration-for-microsoft-entra-external-id)
472472

473-
### ME-ID tenant configuration
473+
### Configuration for an ME-ID
474474

475475
*This section applies to an app registered in a Microsoft Entra ID or Azure AAD B2C tenant.*
476476

@@ -541,7 +541,7 @@ Example:
541541
List<string> scopes = ["api://11112222-bbbb-3333-cccc-4444dddd5555/Weather.Get"];
542542
```
543543

544-
### Microsoft Entra External ID configuration
544+
### Configuration for Microsoft Entra External ID
545545

546546
*This section applies to an app registered in a Microsoft Entra External ID tenant.*
547547

0 commit comments

Comments
 (0)