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/container-apps/authentication-twitter.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: container-apps
5
5
author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.topic: how-to
8
-
ms.date: 11/18/2024
8
+
ms.date: 03/23/2026
9
9
ms.author: cshoe
10
10
---
11
11
@@ -15,7 +15,7 @@ This article shows how to configure Azure Container Apps to use X as an authenti
15
15
16
16
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).
17
17
18
-
## <aname="twitter-register"> </a>Register your application with X
18
+
## Register your application with X
19
19
20
20
1. Sign in to the [Azure portal] and go to your application. Copy your **URL**, later you use it to configure your X app.
21
21
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
24
24
1. Select the **Keys and Access Tokens** tab.
25
25
26
26
Make a note of these values:
27
+
27
28
- API key
28
29
- API secret key
29
30
30
31
> [!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.
32
33
33
-
## <aname="twitter-secrets"> </a>Add X information to your application
34
+
## Add X information to your application
34
35
35
36
1. Sign in to the [Azure portal] and navigate to your app.
36
37
1. Select **Authentication** in the menu on the left. Select **Add identity provider**.
37
38
1. Select **Twitter** in the identity provider dropdown. Paste in the `API key` and `API secret key` values that you obtained previously.
38
39
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.
40
41
41
42
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.
42
43
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).
44
45
45
46
1. Select **Add**.
46
47
@@ -50,8 +51,8 @@ You're now ready to use X for authentication in your app. The provider is listed
50
51
51
52
Use the following guides for details on working with authenticated users.
52
53
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 signout](authentication.md#customize-sign-in-and-sign-out)
55
+
-[Access user claims in application code](authentication.md#access-user-claims-in-application-code)
0 commit comments