Skip to content

Commit 7fbad8f

Browse files
Merge pull request #288304 from Akhilesh-microsoft/ACA/authentication_facebook
[ACA: authentication-facebook]: Verified the article, reviewed the content, and fixed all editorial issues. Updated the latest content and ms.date w.r.t freshness pass.
2 parents 2442103 + 1d25f63 commit 7fbad8f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/container-apps/authentication-facebook.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 04/06/2022
8+
ms.date: 10/14/2022
99
ms.author: cshoe
1010
---
1111

1212
# Enable authentication and authorization in Azure Container Apps with Facebook
1313

14-
This article shows how to configure Azure Container Apps to use Facebook as an authentication provider.
14+
This article explains how to configure Azure Container Apps to use Facebook as an authentication provider.
1515

16-
To complete the procedure in this article, you need a Facebook account that has a verified email address and a mobile phone number. To create a new Facebook account, go to [facebook.com](https://facebook.com/).
16+
To follow the procedure in this article, you need a Facebook account with a verified email address and a mobile phone number. To create a new Facebook account, go to [facebook.com](https://facebook.com/).
1717

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

@@ -36,7 +36,7 @@ To complete the procedure in this article, you need a Facebook account that has
3636
1. In the **App Secret** field, select **Show**. Copy the values of **App ID** and **App Secret**. You use them later to configure your container app in Azure.
3737

3838
> [!IMPORTANT]
39-
> The app secret is an important security credential. Do not share this secret with anyone or distribute it within a client application.
39+
> The app secret is a critical security credential. Don't share this secret with anyone or distribute it within a client application.
4040
>
4141
4242
1. The Facebook account that you used to register the application is an administrator of the app. At this point, only administrators can sign in to this application.
@@ -49,16 +49,16 @@ To complete the procedure in this article, you need a Facebook account that has
4949
1. Select **Authentication** in the menu on the left. Select **Add identity provider**.
5050
1. Select **Facebook** in the identity provider dropdown. Paste in the App ID and App Secret values that you obtained previously.
5151

52-
The secret will be stored as a [secret](manage-secrets.md) in your container app.
52+
The secret is stored as a [secret](manage-secrets.md) in your container app.
5353

54-
1. If you're configuring the first identity provider for this application, you'll be prompted with a **Container Apps authentication settings** section. Otherwise, you may move on to the next step.
54+
1. If you're configuring the first identity provider for this application, you're prompted with a **Container Apps authentication settings** section. Otherwise, you might move on to the next step.
5555

5656
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).
5757

5858
1. (Optional) Select **Next: Scopes** and add any scopes needed by the application. These scopes are requested when a user signs in for browser-based flows.
5959
1. Select **Add**.
6060

61-
You're now ready to use Facebook for authentication in your app. The provider will be listed on the **Authentication** screen. From there, you can edit or delete this provider configuration.
61+
You're now ready to use Facebook for authentication in your app. The provider is listed on the **Authentication** screen. From there, you can edit or delete this provider configuration.
6262

6363
## Working with authenticated users
6464

0 commit comments

Comments
 (0)