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/active-directory/external-identities/direct-federation.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: active-directory
6
6
ms.service: active-directory
7
7
ms.subservice: B2B
8
8
ms.topic: how-to
9
-
ms.date: 10/24/2022
9
+
ms.date: 01/20/2023
10
10
11
11
ms.author: mimart
12
12
author: msmimart
@@ -96,6 +96,10 @@ Setting up SAML/WS-Fed IdP federation doesn’t change the authentication method
96
96
97
97
Currently, the Azure AD SAML/WS-Fed federation feature doesn't support sending a signed authentication token to the SAML identity provider.
98
98
99
+
**What permissions are required to configure a SAML/Ws-Fed identity provider?**
100
+
101
+
You need to be an [External Identity Provider Administrator](../roles/permissions-reference.md#external-identity-provider-administrator) or a [Global Administrator](../roles/permissions-reference.md#global-administrator) in your Azure AD tenant to configure a SAML/Ws-Fed identity provider.
102
+
99
103
## Step 1: Determine if the partner needs to update their DNS text records
100
104
101
105
Depending on the partner's IdP, the partner might need to update their DNS records to enable federation with you. Use the following steps to determine if DNS updates are needed.
@@ -187,9 +191,10 @@ Next, you'll configure federation with the IdP configured in step 1 in Azure AD.
187
191
188
192
### To configure federation in the Azure AD portal
189
193
190
-
1. Go to the [Azure portal](https://portal.azure.com/). In the left pane, select **Azure Active Directory**.
Copy file name to clipboardExpand all lines: articles/active-directory/external-identities/facebook-federation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ services: active-directory
7
7
ms.service: active-directory
8
8
ms.subservice: B2B
9
9
ms.topic: how-to
10
-
ms.date: 01/06/2023
10
+
ms.date: 01/20/2023
11
11
12
12
ms.author: mimart
13
13
author: msmimart
@@ -63,7 +63,7 @@ To use a Facebook account as an [identity provider](identity-providers.md), you
63
63
Now you'll set the Facebook client ID and client secret, either by entering it in the Azure AD portal or by using PowerShell. You can test your Facebook configuration by signing up via a user flow on an app enabled for self-service sign-up.
64
64
65
65
### To configure Facebook federation in the Azure AD portal
66
-
1. Sign in to the [Azure portal](https://portal.azure.com) as the global administrator of your Azure AD tenant.
66
+
1. Sign in to the [Azure portal](https://portal.azure.com) as an External Identity Provider Administrator or a Global Administrator.
67
67
2. Under **Azure services**, select **Azure Active Directory**.
68
68
3. In the left menu, select **External Identities**.
69
69
4. Select **All identity providers**, then select **Facebook**.
Copy file name to clipboardExpand all lines: articles/active-directory/external-identities/google-federation.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ services: active-directory
7
7
ms.service: active-directory
8
8
ms.subservice: B2B
9
9
ms.topic: how-to
10
-
ms.date: 07/12/2022
10
+
ms.date: 01/20/2023
11
11
12
12
ms.author: mimart
13
13
author: msmimart
@@ -191,10 +191,11 @@ First, create a new project in the Google Developers Console to obtain a client
191
191
You'll now set the Google client ID and client secret. You can use the Azure portal or PowerShell to do so. Be sure to test your Google federation configuration by inviting yourself. Use a Gmail address and try to redeem the invitation with your invited Google account.
192
192
193
193
**To configure Google federation in the Azure portal**
194
-
1. Go to the [Azure portal](https://portal.azure.com). On the left pane, select **Azure Active Directory**.
195
-
2. Select **External Identities**.
196
-
3. Select **All identity providers**, and then select the **Google** button.
197
-
4. Enter the client ID and client secret you obtained earlier. Select **Save**:
194
+
1. Sign in to the [Azure portal](https://portal.azure.com) as an External Identity Provider Administrator or a Global Administrator.
195
+
2. In the left pane, select **Azure Active Directory**.
196
+
3. Select **External Identities**.
197
+
4. Select **All identity providers**, and then select the **Google** button.
198
+
5. Enter the client ID and client secret you obtained earlier. Select **Save**:
198
199
199
200

Copy file name to clipboardExpand all lines: articles/active-directory/external-identities/identity-providers.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: active-directory
5
5
ms.service: active-directory
6
6
ms.subservice: B2B
7
7
ms.topic: conceptual
8
-
ms.date: 09/14/2022
8
+
ms.date: 01/20/2023
9
9
10
10
ms.author: mimart
11
11
author: msmimart
@@ -39,6 +39,8 @@ External Identities offers a variety of identity providers.
39
39
> [!NOTE]
40
40
> Federated SAML/WS-Fed IdPs can't be used in your self-service sign-up user flows.
41
41
42
+
To configure federation with Google, Facebook, or a SAML/Ws-Fed identity provider, you'll need to be an [External Identity Provider Administrator](../roles/permissions-reference.md#external-identity-provider-administrator) or a [Global Administrator](../roles/permissions-reference.md#global-administrator) in your Azure AD tenant.
43
+
42
44
## Adding social identity providers
43
45
44
46
Azure AD is enabled by default for self-service sign-up, so users always have the option of signing up using an Azure AD account. However, you can enable other identity providers, including social identity providers like Google or Facebook. To set up social identity providers in your Azure AD tenant, you'll create an application at the identity provider and configure credentials. You'll obtain a client or app ID and a client or app secret, which you can then add to your Azure AD tenant.
0 commit comments