Skip to content

Commit 5b08f1f

Browse files
authored
Merge pull request #41895 from davidmu1/gitissue8190
fix for git issue 8190
2 parents 4815e05 + fcb0045 commit 5b08f1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/active-directory-b2c/active-directory-b2c-setup-twitter-app.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ To use Twitter as an identity provider in Azure Active Directory (Azure AD) B2C,
2525
3. In the form, provide a value for the **Name**, **Description**, and **Website**.
2626
4. For the **Callback URL**, enter `https://login.microsoftonline.com/te/{tenant}/oauth2/authresp`. Make sure to replace **{tenant}** with your tenant's name (for example, contosob2c.onmicrosoft.com).
2727
5. Check the box to agree to the **Developer Agreement** and click **Create your Twitter application**.
28-
6. After the app is created, click **Keys and Access Tokens**.
29-
7. Copy the value of **Consumer Key** and **Consumer Secret**. You will need both of them to configure Twitter as an identity provider in your tenant.
28+
6. After the app is created, select it in the list, and then select the **Settings** tab.
29+
7. Clear the **Enable Callback Locking** box, and then click **Update settings**.
30+
8. Select the **Keys and Access Tokens** tab.
31+
9. Copy the value of **Consumer Key** and **Consumer Secret**. You will need both of them to configure Twitter as an identity provider in your tenant.
3032

3133
## Configure Twitter as an identity provider in your tenant
3234
1. Log in to the [Azure portal](https://portal.azure.com/) as the Global Administrator of the Azure AD B2C tenant.

0 commit comments

Comments
 (0)