Skip to content

Commit ef8b7a4

Browse files
authored
Merge pull request #92173 from horihiro/issue-92155
change hostname
2 parents a54e1ae + 9738f8e commit ef8b7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ In a client-directed sign-in, the application signs in the user to the identity
142142
To validate the provider token, container app must first be configured with the desired provider. At runtime, after you retrieve the authentication token from your provider, post the token to `/.auth/login/<provider>` for validation. For example:
143143

144144
```console
145-
POST https://<appname>.azurewebsites.net/.auth/login/aad HTTP/1.1
145+
POST https://<hostname>.azurecontainerapps.io/.auth/login/aad HTTP/1.1
146146
Content-Type: application/json
147147

148148
{"id_token":"<token>","access_token":"<token>"}

0 commit comments

Comments
 (0)