Skip to content

Commit 4f2bc37

Browse files
committed
edit pass: content-pattern-and-metadata-edits-for-app-service-376111
1 parent 781b929 commit 4f2bc37

File tree

2 files changed

+107
-80
lines changed

2 files changed

+107
-80
lines changed

articles/app-service/configure-authentication-customize-sign-in-out.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ The token format varies slightly according to the provider:
5656
| Provider value | Required in request body | Comments |
5757
|-|-|-|
5858
| `aad` | `{"access_token":"<access_token>"}` | The `id_token`, `refresh_token`, and `expires_in` properties are optional. |
59-
| `microsoftaccount` | `{"access_token":"<access_token>"}` or `{"authentication_token": "<token>"`| `authentication_token` is preferred over `access_token`. The `expires_in` property is optional. <br/> When you're requesting the token from live services, always request the `wl.basic` scope. |
60-
| `google` | `{"id_token":"<id_token>"}` | The `authorization_code` property is optional. Providing an `authorization_code` value adds an access token and a refresh token to the token store. When `authorization_code` specified, it can optionally be accompanied by a `redirect_uri` property. |
59+
| `microsoftaccount` | `{"access_token":"<access_token>"}` or `{"authentication_token": "<token>"`| `authentication_token` is preferred over `access_token`. The `expires_in` property is optional. <br/> When you're requesting the token from Live services, always request the `wl.basic` scope. |
60+
| `google` | `{"id_token":"<id_token>"}` | The `authorization_code` property is optional. Providing an `authorization_code` value adds an access token and a refresh token to the token store. When you specify `authorization_code`, you can optionally accompany it with a `redirect_uri` property. |
6161
| `facebook`| `{"access_token":"<user_access_token>"}` | Use a valid [user access token](https://developers.facebook.com/docs/facebook-login/access-tokens) from Facebook. |
6262
| `twitter` | `{"access_token":"<access_token>", "access_token_secret":"<access_token_secret>"}` | |
6363
| | | |
@@ -129,7 +129,7 @@ az webapp config appsettings set --name <app_name> --resource-group <group_name>
129129

130130
## Set the domain hint for sign-in accounts
131131

132-
Both Microsoft accounts and Microsoft Entra let you sign in from multiple domains. For example, a Microsoft account allows `outlook.com`, `live.com`, and `hotmail.com` accounts. Microsoft Entra allows any number of custom domains for the sign-in accounts. However, you might want to accelerate your users straight to your own branded Microsoft Entra sign-in page (such as `contoso.com`).
132+
Both Microsoft accounts and Microsoft Entra let users sign in from multiple domains. For example, a Microsoft account allows `outlook.com`, `live.com`, and `hotmail.com` accounts. Microsoft Entra allows any number of custom domains for the sign-in accounts. However, you might want to accelerate your users straight to your own branded Microsoft Entra sign-in page (such as `contoso.com`).
133133

134134
To suggest the domain name of the sign-in accounts, follow these steps:
135135

@@ -196,5 +196,5 @@ If either of the other levels doesn't provide the authorization that you need, o
196196

197197
## Related content
198198

199-
- [Tutorial: Authenticate and authorize users end-to-end](tutorial-auth-aad.md)
199+
- [Tutorial: Authenticate and authorize users end to end in Azure App Service](tutorial-auth-aad.md)
200200
- [Environment variables and app settings for authentication](reference-app-settings.md#authentication--authorization)

0 commit comments

Comments
 (0)