Skip to content

Commit abd8428

Browse files
authored
Merge pull request #106069 from cephalin/AB1575455
fix twitter auth doc
2 parents 2e090ad + b8f4c60 commit abd8428

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

articles/app-service/configure-authentication-provider-twitter.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure Twitter authentication as an identity provid
44

55
ms.assetid: c6dc91d7-30f6-448c-9f2d-8e91104cde73
66
ms.topic: article
7-
ms.date: 04/19/2018
7+
ms.date: 02/28/2020
88
ms.custom: seodec18
99

1010
---
@@ -20,25 +20,24 @@ To complete the procedure in this article, you need a Twitter account that has a
2020
## <a name="register"> </a>Register your application with Twitter
2121

2222
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.
2726
1. Select the **Keys and Access Tokens** tab.
2827

2928
Make a note of these values:
30-
- Consumer key (API key)
31-
- Consumer secret (API secret)
29+
- API key
30+
- API secret key
3231

3332
> [!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.
3534
3635
## <a name="secrets"> </a>Add Twitter information to your application
3736

3837
1. Go to your application in the [Azure portal].
3938
1. Select **Settings** > **Authentication / Authorization**, and make sure that **App Service Authentication** is **On**.
4039
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.
4241
1. Select **OK**.
4342

4443
![Screenshot of Mobile App Twitter settings][1]
Loading

0 commit comments

Comments
 (0)