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
+5-5Lines changed: 5 additions & 5 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: 04/20/2022
8
+
ms.date: 11/18/2024
9
9
ms.author: cshoe
10
10
---
11
11
@@ -17,7 +17,7 @@ To complete the procedure in this article, you need an X account that has a veri
17
17
18
18
## <aname="twitter-register"> </a>Register your application with X
19
19
20
-
1. Sign in to the [Azure portal] and go to your application. Copy your **URL**. You'll use it to configure your X app.
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**.
22
22
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 container app and append the path `/.auth/login/x/callback`. For example, `https://<hostname>.azurecontainerapps.io/.auth/login/x/callback`.
23
23
1. At the bottom of the page, type at least 100 characters in **Tell us how this app will be used**, then select **Create**. Select **Create** again in the pop-up. The application details are displayed.
@@ -36,15 +36,15 @@ To complete the procedure in this article, you need an X account that has a veri
36
36
1. Select **Authentication** in the menu on the left. Select **Add identity provider**.
37
37
1. Select **Twitter** in the identity provider dropdown. Paste in the `API key` and `API secret key` values that you obtained previously.
38
38
39
-
The secret will be stored as [secret](manage-secrets.md) in your container app.
39
+
The secret is stored as [secret](manage-secrets.md) in your container app.
40
40
41
-
1. If you're configuring the first identity provider for this application, you'll also be prompted with a **Container Apps authentication settings** section. Otherwise, you may move on to the next step.
41
+
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
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
44
45
45
1. Select **Add**.
46
46
47
-
You're now ready to use X for authentication in your app. The provider will be listed on the **Authentication** screen. From there, you can edit or delete this provider configuration.
47
+
You're now ready to use X for authentication in your app. The provider is listed on the **Authentication** screen. From there, you can edit or delete this provider configuration.
0 commit comments