Skip to content

Commit f333d5d

Browse files
authored
Deleting table row per feedback
1 parent f73f557 commit f333d5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ 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/><br/>When you're requesting the token from Live services, always request the `wl.basic` scope. |
6059
| `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. |
6160
| `facebook`| `{"access_token":"<user_access_token>"}` | Use a valid [user access token](https://developers.facebook.com/docs/facebook-login/access-tokens) from Facebook. |
6261
| `twitter` | `{"access_token":"<access_token>", "access_token_secret":"<access_token_secret>"}` | |

0 commit comments

Comments
 (0)