Skip to content

Commit a578856

Browse files
Merge pull request #229912 from diberry/diberry/0801-app-service-2
App Service - app to app - next steps
2 parents a639ac3 + 3c165c0 commit a578856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/tutorial-auth-aad.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ View the frontend app's source code:
290290

291291
## <a name="call-api-securely-from-server-code"></a>7. Backend returns profile to frontend
292292

293-
The App service rejects the request with a 401 HTTP error code before the request reaches your application code. When your application code is reached, extract the bearerToken to get the accessToken.
293+
If the request from the frontend isn't authorized, the backend App service rejects the request with a 401 HTTP error code _before_ the request reaches your application code. When the backend code is reached (because it including an authorized token), extract the bearerToken to get the accessToken.
294294
295295
View the backend app's source code:
296296

@@ -418,4 +418,4 @@ What you learned:
418418
Advance to the next tutorial to learn how to use this user's identity to access an Azure service.
419419

420420
> [!div class="nextstepaction"]
421-
> [Access Microsoft Graph from a secured JavaScript app as the user](tutorial-connect-app-access-microsoft-graph-as-user-javascript.md)
421+
> [Create a secure n-tier app in Azure App Service](tutorial-secure-ntier-app.md)

0 commit comments

Comments
 (0)