Skip to content

Commit dc30fc7

Browse files
Merge pull request #313579 from v-thpra/tjp-fresh-azcontapps-004
Q&M Freshness - Azure Container Apps - TJP004
2 parents 00f03c2 + eff5b2b commit dc30fc7

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

articles/container-apps/authentication-twitter.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 11/18/2024
8+
ms.date: 03/23/2026
99
ms.author: cshoe
1010
---
1111

@@ -15,7 +15,7 @@ This article shows how to configure Azure Container Apps to use X as an authenti
1515

1616
To complete the procedure in this article, you need an X account that has a verified email address and phone number. To create a new X account, go to [x.com](https://x.com).
1717

18-
## <a name="twitter-register"> </a>Register your application with X
18+
## Register your application with X
1919

2020
1. Sign in to the [Azure portal] and go to your application. Copy your **URL**, later you use it to configure your X app.
2121
1. Go to the [X Developers] website, sign in with your X account credentials, and select **Create an app**.
@@ -24,23 +24,24 @@ To complete the procedure in this article, you need an X account that has a veri
2424
1. Select the **Keys and Access Tokens** tab.
2525

2626
Make a note of these values:
27+
2728
- API key
2829
- API secret key
2930

3031
> [!IMPORTANT]
31-
> The API secret key is an important security credential. Do not share this secret with anyone or distribute it with your app.
32+
> The API secret key is an important security credential. Don't share this secret with anyone or distribute it with your app.
3233
33-
## <a name="twitter-secrets"> </a>Add X information to your application
34+
## Add X information to your application
3435

3536
1. Sign in to the [Azure portal] and navigate to your app.
3637
1. Select **Authentication** in the menu on the left. Select **Add identity provider**.
3738
1. Select **Twitter** in the identity provider dropdown. Paste in the `API key` and `API secret key` values that you obtained previously.
3839

39-
The secret is stored as [secret](manage-secrets.md) in your container app.
40+
The secret is stored as [secret](manage-secrets.md) in your container app.
4041

4142
1. If you're configuring the first identity provider for this application, you're prompted with a **Container Apps authentication settings** section. Otherwise, you move on to the next step.
4243

43-
These options determine how your application responds to unauthenticated requests. The default selections redirect all requests to sign in with this new provider. You can change customize this behavior now or adjust these settings later from the main **Authentication** screen by choosing **Edit** next to **Authentication settings**. To learn more about these options, see [Authentication flow](authentication.md#authentication-flow).
44+
These options determine how your application responds to unauthenticated requests. The default selections redirect all requests to sign in with this new provider. You can change customize this behavior now or adjust these settings later from the main **Authentication** screen by choosing **Edit** next to **Authentication settings**. To learn more about these options, see [Authentication flow](authentication.md#authentication-flow).
4445

4546
1. Select **Add**.
4647

@@ -50,8 +51,8 @@ You're now ready to use X for authentication in your app. The provider is listed
5051

5152
Use the following guides for details on working with authenticated users.
5253

53-
* [Customize sign-in and sign-out](authentication.md#customize-sign-in-and-sign-out)
54-
* [Access user claims in application code](authentication.md#access-user-claims-in-application-code)
54+
- [Customize sign-in and sign out](authentication.md#customize-sign-in-and-sign-out)
55+
- [Access user claims in application code](authentication.md#access-user-claims-in-application-code)
5556

5657
## Next steps
5758

0 commit comments

Comments
 (0)