Skip to content

Commit 4849574

Browse files
authored
Merge pull request #99596 from FrankHu-MSFT/patch-86
(AzureCXP) Fix Typo
2 parents ef17861 + e6d292d commit 4849574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/scenario-web-app-call-api-acquire-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public ModelAndView getUserFromGraph(HttpServletRequest httpRequest, HttpServlet
150150

151151
In the python sample, the code calling Microsoft graph is in [app.py#L53-L62](https://github.com/Azure-Samples/ms-identity-python-webapp/blob/48637475ed7d7733795ebeac55c5d58663714c60/app.py#L53-L62).
152152

153-
It attempts to get a token from the token cache, and then calls the eb API after setting the authorization header. If it can't, it re-signs in the user.
153+
It attempts to get a token from the token cache, and then calls the web API after setting the authorization header. If it can't, it re-signs in the user.
154154

155155
```python
156156
@app.route("/graphcall")

0 commit comments

Comments
 (0)