Skip to content

Commit bce7624

Browse files
committed
edits
1 parent 9bb69ce commit bce7624

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

articles/app-service/configure-authentication-customize-sign-in-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article shows you how to customize user sign-ins and sign-outs while using
1414

1515
## Use multiple sign-in providers
1616

17-
The portal configuration doesn't offer a turn-key way to present multiple sign-in providers to your users (such as both Facebook and Twitter). However, it isn't difficult to add the functionality to your app. The steps are outlined as follows:
17+
The portal configuration doesn't offer a turn-key way to present multiple sign-in providers to your users (such as both Facebook and X). However, it isn't difficult to add the functionality to your app. The steps are outlined as follows:
1818

1919
First, in the **Authentication / Authorization** page in the Azure portal, configure each of the identity provider you want to enable.
2020

articles/app-service/configure-authentication-provider-twitter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To complete the procedure in this article, you need an X account that has a veri
2121

2222
1. Sign in to the [Azure portal] and go to your application. Copy your **URL**. You'll use it to configure your X app.
2323
1. Go to the [X Developers] website, sign in with your X account credentials, and select **Create an app**.
24-
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 App Service app and append the path `/.auth/login/twitter/callback`. For example, `https://contoso.azurewebsites.net/.auth/login/twitter/callback`.
24+
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 App Service app and append the path `/.auth/login/x/callback`. For example, `https://contoso.azurewebsites.net/.auth/login/x/callback`.
2525
1. At the bottom of the page, type at least 100 characters in **Tell us how this app will be used**, then select **Create**. Click **Create** again in the pop-up. The application details are displayed.
2626
1. Select the **Keys and Access Tokens** tab.
2727

-1.47 KB
Loading
1.47 KB
Loading

articles/container-apps/authentication-twitter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ms.author: cshoe
1313

1414
This article shows how to configure Azure Container Apps to use X as an authentication provider.
1515

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].
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).
1717

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

2020
1. Sign in to the [Azure portal] and go to your application. Copy your **URL**. You'll 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**.

includes/app-service-mobile-selector-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: crdun
99
> * [Microsoft Entra](../articles/app-service/configure-authentication-provider-aad.md)
1010
> * [Facebook](../articles/app-service/configure-authentication-provider-facebook.md)
1111
> * [Google](../articles/app-service/configure-authentication-provider-google.md)
12-
> * [Twitter](../articles/app-service/configure-authentication-provider-twitter.md)
12+
> * [X](../articles/app-service/configure-authentication-provider-twitter.md)
1313
> * [An OpenID Connect provider](../articles/app-service/configure-authentication-provider-openid-connect.md)
1414
> * [Sign in with Apple (Preview)](../articles/app-service/configure-authentication-provider-apple.md)
1515
>

0 commit comments

Comments
 (0)