Skip to content

Commit 4ad5190

Browse files
Merge pull request #290650 from Akhilesh-microsoft/ACA/authentication_twitter
[ACA: authentication-twitter]: Verified the article, reviewed the content, and fixed all editorial issues. Updated ms.date w.r.t freshness pass.
2 parents 24098b2 + 3d63230 commit 4ad5190

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-apps/authentication-twitter.md

Lines changed: 5 additions & 5 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: 04/20/2022
8+
ms.date: 11/18/2024
99
ms.author: cshoe
1010
---
1111

@@ -17,7 +17,7 @@ To complete the procedure in this article, you need an X account that has a veri
1717

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

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.
2121
1. Go to the [X Developers] website, sign in with your X account credentials, and select **Create an app**.
2222
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`.
2323
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
3636
1. Select **Authentication** in the menu on the left. Select **Add identity provider**.
3737
1. Select **Twitter** in the identity provider dropdown. Paste in the `API key` and `API secret key` values that you obtained previously.
3838

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.
4040

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.
4242

4343
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).
4444

4545
1. Select **Add**.
4646

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.
4848

4949
## Working with authenticated users
5050

0 commit comments

Comments
 (0)