Skip to content

Commit f8ce60b

Browse files
committed
.
1 parent e31c55d commit f8ce60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For token refresh to work, the token store must contain [refresh tokens](/entra/
7676
1. In the API Playground, select **New request**.
7777
1. Select `PUT` from the command dropdown list.
7878
1. Enter the same ARM relative path and API version as for the `GET` command.
79-
1. Select the **Request body** field, and paste in your edited code.
79+
1. Select the **Request body** tab, and paste in your edited code.
8080
1. Select **Execute**. The **Response body** field shows your changes.
8181

8282
[Offline_access](/entra/identity-platform/scopes-oidc#the-offline_access-scope) is the scope that provides refresh tokens. App Service already requests the other scopes by default. For more information, see [OpenID Connect Scopes](/entra/identity-platform/scopes-oidc#openid-connect-scopes) and [Web Apps - Update Auth Settings V2](/rest/api/appservice/web-apps/update-auth-settings-v-2).

0 commit comments

Comments
 (0)