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
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.
Copy file name to clipboardExpand all lines: articles/container-apps/authentication-facebook.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ services: container-apps
5
5
author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.topic: how-to
8
-
ms.date: 04/06/2022
8
+
ms.date: 10/14/2022
9
9
ms.author: cshoe
10
10
---
11
11
12
12
# Enable authentication and authorization in Azure Container Apps with Facebook
13
13
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.
15
15
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/).
17
17
18
18
## <aname="facebook-register"> </a>Register your application with Facebook
19
19
@@ -36,7 +36,7 @@ To complete the procedure in this article, you need a Facebook account that has
36
36
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.
37
37
38
38
> [!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.
40
40
>
41
41
42
42
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
49
49
1. Select **Authentication** in the menu on the left. Select **Add identity provider**.
50
50
1. Select **Facebook** in the identity provider dropdown. Paste in the App ID and App Secret values that you obtained previously.
51
51
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.
53
53
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.
55
55
56
56
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).
57
57
58
58
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.
59
59
1. Select **Add**.
60
60
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.
0 commit comments