Skip to content

Commit 6e561d1

Browse files
committed
Fix incorrect term.
1 parent 84d177a commit 6e561d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/authentication-entra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To register the app, perform the following steps:
6161

6262
`<APP_URL>/.auth/login/aad/callback`.
6363

64-
For example: `https://<CONTAINER_APP_NAME>.<HOSTNAME>.<LOCATION>.azurecontainerapps.io/.auth/login/aad/callback`.
64+
For example: `https://<CONTAINER_APP_NAME>.<ENVIRONMENT_UNIQUE_ID>.<REGION_NAME>.azurecontainerapps.io/.auth/login/aad/callback`.
6565

6666
1. In **Implicit grant and hybrid flows**, enable **ID tokens** to allow OpenID Connect user sign-ins from Container Apps.
6767
1. Select **Register**.

0 commit comments

Comments
 (0)