Skip to content

Commit 3c165c0

Browse files
committed
edits
1 parent 9de3900 commit 3c165c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)