Skip to content

Commit 0e85934

Browse files
committed
touchup
1 parent e684c53 commit 0e85934

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/app-service/configure-authentication-oauth-tokens.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ This article shows you how to manage [OAuth](https://www.microsoft.com/security/
1414

1515
## Retrieve tokens in app code
1616

17-
Azure App Service injects your provider-specific tokens into the request header so you can easily access them. To get the provider-specific tokens, [token store](overview-authentication-authorization.md#token-store) must be enabled for the app. Send an HTTP `GET` request to `/.auth/me` from your client code, such as a mobile app or in-browser JavaScript. The returned JSON has the provider-specific tokens.
17+
Azure App Service injects your provider-specific tokens into the request header so you can easily access them. To get the provider-specific tokens, [token store](overview-authentication-authorization.md#token-store) must be enabled for the app.
18+
19+
Send an HTTP `GET` request to `/.auth/me` from your client code, such as a mobile app or in-browser JavaScript. The returned JSON has the provider-specific tokens.
1820

1921
> [!NOTE]
2022
> Access tokens are for accessing provider resources, so are present only if you configure your provider with a client secret.

0 commit comments

Comments
 (0)