Skip to content

Commit f74153a

Browse files
committed
,
1 parent 371deff commit f74153a

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
@@ -73,7 +73,7 @@ For token refresh to work, the token store must contain [refresh tokens](/entra/
7373
1. Select **Execute**.
7474
1. Select `PUT` at upper left, and select the **Request body** tab.
7575
1. Copy the `GET` response contents from the **Response body** field and paste them into the **Request body** tab.
76-
1. In the code, locate the `"identityProviders":` **>** `"azureActiveDirectory":` **>** `"login":` section, and add the following line:<br>`"loginParameters": ["scope=openid profile email offline_access"]`.
76+
1. In the code, locate the `"identityProviders":` **>** `"azureActiveDirectory":` **>** `"login":` section, and add the following line:<br>`"loginParameters": ["scope=openid profile email offline_access"]`
7777
1. Select **Execute**. The **Response body** field shows your changes.
7878

7979
[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)