Skip to content

Commit 055c679

Browse files
guardrexCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 1283423 commit 055c679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Placeholders in the preceding configuration:
262262
* `{DIRECTORY NAME}`: The directory name of the tenant (publisher) domain.
263263
* `{CLIENT ID (BLAZOR APP)}`: The application (client) ID.
264264
* `{BASE ADDRESS}`: The web API's base address.
265-
* `{APP ID URI}`: The App ID URI for web API scopes. Either of the following formats are used, where the `{CLIENT ID (WEB API)}` placeholder is the Client Id of the web API's Entra registration, and the `{DIRECTORY NAME}` placeholder is the directory name of the tenant (publishers) domain (example: `contoso`).
265+
* `{APP ID URI}`: The App ID URI for web API scopes. Either of the following formats are used, where the `{CLIENT ID (WEB API)}` placeholder is the Client Id of the web API's Entra registration, and the `{DIRECTORY NAME}` placeholder is the directory name of the tenant (publisher) domain (example: `contoso`).
266266
* ME-ID or Microsoft Entra External ID tenant format: `api://{CLIENT ID (WEB API)}`
267267
* B2C tenant format: `https://{DIRECTORY NAME}.onmicrosoft.com/{CLIENT ID (WEB API)}`
268268

0 commit comments

Comments
 (0)