You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/configure-authentication-customize-sign-in-out.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,8 @@ The token format varies slightly according to the provider:
56
56
| Provider value | Required in request body | Comments |
57
57
|-|-|-|
58
58
|`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. |
61
61
|`facebook`|`{"access_token":"<user_access_token>"}`| Use a valid [user access token](https://developers.facebook.com/docs/facebook-login/access-tokens) from Facebook. |
@@ -129,7 +129,7 @@ az webapp config appsettings set --name <app_name> --resource-group <group_name>
129
129
130
130
## Set the domain hint for sign-in accounts
131
131
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`).
133
133
134
134
To suggest the domain name of the sign-in accounts, follow these steps:
135
135
@@ -196,5 +196,5 @@ If either of the other levels doesn't provide the authorization that you need, o
196
196
197
197
## Related content
198
198
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)
200
200
- [Environment variables and app settings for authentication](reference-app-settings.md#authentication--authorization)
0 commit comments