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-provider-twitter.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to configure Twitter authentication as an identity provid
4
4
5
5
ms.assetid: c6dc91d7-30f6-448c-9f2d-8e91104cde73
6
6
ms.topic: article
7
-
ms.date: 04/19/2018
7
+
ms.date: 02/28/2020
8
8
ms.custom: seodec18
9
9
10
10
---
@@ -20,25 +20,24 @@ To complete the procedure in this article, you need a Twitter account that has a
20
20
## <aname="register"> </a>Register your application with Twitter
21
21
22
22
1. Sign in to the [Azure portal] and go to your application. Copy your **URL**. You'll use it to configure your Twitter app.
23
-
1. Go to the [Twitter Developers] website, sign in with your Twitter account credentials, and select **Create New App**.
24
-
1. Enter a **Name** and a **Description** for your new app. Paste your application's **URL** into the **Website** field. In the **Callback URL** field, enter the URL of your App Service app and append the path `/.auth/login/aad/callback`. For example, `https://contoso.azurewebsites.net/.auth/login/twitter/callback`. Make sure to use the HTTPS scheme.
25
-
1. At the bottom of the page, read and accept the terms. Select **Create your Twitter application**. The application details are displayed.
26
-
1. Select the **Settings** tab, check **Allow this application to be used to sign in with Twitter**, and then select **Update Settings**.
23
+
1. Go to the [Twitter Developers] website, sign in with your Twitter account credentials, and select **Create an app**.
24
+
1. Enter the **App name** and the **Application description** for your new app. Paste your application's **URL** into the **Website URL** field. In the **Callback URLs** section, enter the HTTPS URL of your App Service app and append the path `/.auth/login/twitter/callback`. For example, `https://contoso.azurewebsites.net/.auth/login/twitter/callback`.
25
+
1. At the bottom of the page, type at least 100 characters in **Tell us how this app will be used**, then select **Create**. Click **Create** again in the pop-up. The application details are displayed.
27
26
1. Select the **Keys and Access Tokens** tab.
28
27
29
28
Make a note of these values:
30
-
-Consumer key (API key)
31
-
-Consumer secret (API secret)
29
+
- API key
30
+
- API secret key
32
31
33
32
> [!NOTE]
34
-
> The consumer secret is an important security credential. Do not share this secret with anyone or distribute it with your app.
33
+
> The API secret key is an important security credential. Do not share this secret with anyone or distribute it with your app.
35
34
36
35
## <aname="secrets"> </a>Add Twitter information to your application
37
36
38
37
1. Go to your application in the [Azure portal].
39
38
1. Select **Settings** > **Authentication / Authorization**, and make sure that **App Service Authentication** is **On**.
40
39
1. Select **Twitter**.
41
-
1. Paste in the `API Key` and `API Secret` values that you obtained previously.
40
+
1. Paste in the `API key` and `API secret key` values that you obtained previously.
0 commit comments