Skip to content

Commit da89646

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into overview-rewrite
2 parents 70b6bda + b4b58ce commit da89646

File tree

57 files changed

+1465
-952
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1465
-952
lines changed

articles/active-directory/authentication/howto-mfa-getstarted.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,18 @@ We recommend that organizations use Conditional Access to define their network u
8282
### Configuring a named location
8383

8484
1. Open **Azure Active Directory** in the Azure portal
85-
2. Click **Conditional Access**
86-
3. Click **Named Locations**
87-
4. Click **New Location**
85+
2. Select **Security**
86+
3. Under **Manage**, choose **Named Locations**
87+
4. Select **New Location**
8888
5. In the **Name** field, provide a meaningful name
89-
6. Select whether you are defining the location using IP ranges or Countries/Regions
90-
1. If using IP Ranges
91-
1. Decide whether to mark the location as Trusted. Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.
89+
6. Select whether you are defining the location using *IP ranges* or *Countries/Regions*
90+
1. If using *IP Ranges*
91+
1. Decide whether to *Mark as trusted location*. Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.
9292
2. Specify the IP Ranges
93-
2. If using Countries/Regions
93+
2. If using *Countries/Regions*
9494
1. Expand the drop-down menu and select the countries or regions you wish to define for this named location.
95-
2. Decide whether to Include unknown areas. Unknown areas are IP addresses that can't be mapped to a country/region.
96-
7. Click **Create**
95+
2. Decide whether to *Include unknown areas*. Unknown areas are IP addresses that can't be mapped to a country/region.
96+
7. Select **Create**
9797

9898
## Plan authentication methods
9999

Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
---
2+
title: 'Tutorial: Azure Active Directory single sign-on (SSO) integration with DataCamp | Microsoft Docs'
3+
description: Learn how to configure single sign-on between Azure Active Directory and DataCamp.
4+
services: active-directory
5+
documentationCenter: na
6+
author: jeevansd
7+
manager: mtillman
8+
ms.reviewer: barbkess
9+
10+
ms.assetid: c4331f51-e2e1-478c-97cd-fe69635e61f6
11+
ms.service: active-directory
12+
ms.subservice: saas-app-tutorial
13+
ms.workload: identity
14+
ms.tgt_pltfrm: na
15+
ms.topic: tutorial
16+
ms.date: 01/10/2020
17+
ms.author: jeedes
18+
19+
ms.collection: M365-identity-device-management
20+
---
21+
22+
# Tutorial: Azure Active Directory single sign-on (SSO) integration with DataCamp
23+
24+
In this tutorial, you'll learn how to integrate DataCamp with Azure Active Directory (Azure AD). When you integrate DataCamp with Azure AD, you can:
25+
26+
* Control in Azure AD who has access to DataCamp.
27+
* Enable your users to be automatically signed-in to DataCamp with their Azure AD accounts.
28+
* Manage your accounts in one central location - the Azure portal.
29+
30+
To learn more about SaaS app integration with Azure AD, see [What is application access and single sign-on with Azure Active Directory](https://docs.microsoft.com/azure/active-directory/active-directory-appssoaccess-whatis).
31+
32+
## Prerequisites
33+
34+
To get started, you need the following items:
35+
36+
* An Azure AD subscription. If you don't have a subscription, you can get a [free account](https://azure.microsoft.com/free/).
37+
* DataCamp single sign-on (SSO) enabled subscription.
38+
39+
## Scenario description
40+
41+
In this tutorial, you configure and test Azure AD SSO in a test environment.
42+
43+
* DataCamp supports **SP and IDP** initiated SSO
44+
* DataCamp supports **Just In Time** user provisioning
45+
46+
## Adding DataCamp from the gallery
47+
48+
To configure the integration of DataCamp into Azure AD, you need to add DataCamp from the gallery to your list of managed SaaS apps.
49+
50+
1. Sign in to the [Azure portal](https://portal.azure.com) using either a work or school account, or a personal Microsoft account.
51+
1. On the left navigation pane, select the **Azure Active Directory** service.
52+
1. Navigate to **Enterprise Applications** and then select **All Applications**.
53+
1. To add new application, select **New application**.
54+
1. In the **Add from the gallery** section, type **DataCamp** in the search box.
55+
1. Select **DataCamp** from results panel and then add the app. Wait a few seconds while the app is added to your tenant.
56+
57+
## Configure and test Azure AD single sign-on for DataCamp
58+
59+
Configure and test Azure AD SSO with DataCamp using a test user called **B.Simon**. For SSO to work, you need to establish a link relationship between an Azure AD user and the related user in DataCamp.
60+
61+
To configure and test Azure AD SSO with DataCamp, complete the following building blocks:
62+
63+
1. **[Configure Azure AD SSO](#configure-azure-ad-sso)** - to enable your users to use this feature.
64+
* **[Create an Azure AD test user](#create-an-azure-ad-test-user)** - to test Azure AD single sign-on with B.Simon.
65+
* **[Assign the Azure AD test user](#assign-the-azure-ad-test-user)** - to enable B.Simon to use Azure AD single sign-on.
66+
1. **[Configure DataCamp SSO](#configure-datacamp-sso)** - to configure the single sign-on settings on application side.
67+
* **[Create DataCamp test user](#create-datacamp-test-user)** - to have a counterpart of B.Simon in DataCamp that is linked to the Azure AD representation of user.
68+
1. **[Test SSO](#test-sso)** - to verify whether the configuration works.
69+
70+
## Configure Azure AD SSO
71+
72+
Follow these steps to enable Azure AD SSO in the Azure portal.
73+
74+
1. In the [Azure portal](https://portal.azure.com/), on the **DataCamp** application integration page, find the **Manage** section and select **single sign-on**.
75+
1. On the **Select a single sign-on method** page, select **SAML**.
76+
1. On the **Set up single sign-on with SAML** page, click the edit/pen icon for **Basic SAML Configuration** to edit the settings.
77+
78+
![Edit Basic SAML Configuration](common/edit-urls.png)
79+
80+
1. On the **Basic SAML Configuration** section, if you wish to configure the application in **IDP** initiated mode, enter the values for the following fields:
81+
82+
a. In the **Identifier** text box, type a URL using the following pattern:
83+
`https://www.datacamp.com/groups/<group-identifier>/sso/saml`
84+
85+
b. In the **Reply URL** text box, type a URL using the following pattern:
86+
`https://www.datacamp.com/groups/<group-identifier>/sso/saml/consume`
87+
88+
1. Click **Set additional URLs** and perform the following step if you wish to configure the application in **SP** initiated mode:
89+
90+
In the **Sign-on URL** text box, type a URL using the following pattern:
91+
`https://www.datacamp.com/users/sign_in`
92+
93+
> [!NOTE]
94+
> These values are not real. Update these values with the actual Identifier, Reply URL and Sign-on URL. Contact [DataCamp Client support team](https://support.datacamp.com/hc/en-us) to get these values. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
95+
96+
1. DataCamp application expects the SAML assertions in a specific format, which requires you to add custom attribute mappings to your SAML token attributes configuration. The following screenshot shows the list of default attributes.
97+
98+
![image](common/default-attributes.png)
99+
100+
1. In addition to above, DataCamp application expects few more attributes to be passed back in SAML response which are shown below. These attributes are also pre populated but you can review them as per your requirements.
101+
102+
| Name | Source Attribute|
103+
| ------------| --------- |
104+
| first_name | user.givenname |
105+
| last_name | user.surname |
106+
107+
1. On the **Set up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Certificate (Raw)** and select **Download** to download the certificate and save it on your computer.
108+
109+
![The Certificate download link](common/certificateraw.png)
110+
111+
1. On the **Set up DataCamp** section, copy the appropriate URL(s) based on your requirement.
112+
113+
![Copy configuration URLs](common/copy-configuration-urls.png)
114+
115+
### Create an Azure AD test user
116+
117+
In this section, you'll create a test user in the Azure portal called B.Simon.
118+
119+
1. From the left pane in the Azure portal, select **Azure Active Directory**, select **Users**, and then select **All users**.
120+
1. Select **New user** at the top of the screen.
121+
1. In the **User** properties, follow these steps:
122+
1. In the **Name** field, enter `B.Simon`.
123+
1. In the **User name** field, enter the [email protected]. For example, `[email protected]`.
124+
1. Select the **Show password** check box, and then write down the value that's displayed in the **Password** box.
125+
1. Click **Create**.
126+
127+
### Assign the Azure AD test user
128+
129+
In this section, you'll enable B.Simon to use Azure single sign-on by granting access to DataCamp.
130+
131+
1. In the Azure portal, select **Enterprise Applications**, and then select **All applications**.
132+
1. In the applications list, select **DataCamp**.
133+
1. In the app's overview page, find the **Manage** section and select **Users and groups**.
134+
135+
![The "Users and groups" link](common/users-groups-blade.png)
136+
137+
1. Select **Add user**, then select **Users and groups** in the **Add Assignment** dialog.
138+
139+
![The Add User link](common/add-assign-user.png)
140+
141+
1. In the **Users and groups** dialog, select **B.Simon** from the Users list, then click the **Select** button at the bottom of the screen.
142+
1. If you're expecting any role value in the SAML assertion, in the **Select Role** dialog, select the appropriate role for the user from the list and then click the **Select** button at the bottom of the screen.
143+
1. In the **Add Assignment** dialog, click the **Assign** button.
144+
145+
## Configure DataCamp SSO
146+
147+
To configure single sign-on on **DataCamp** side, you need to send the downloaded **Certificate (Raw)** and appropriate copied URLs from Azure portal to [DataCamp support team](https://support.datacamp.com/hc/en-us). They set this setting to have the SAML SSO connection set properly on both sides.
148+
149+
### Create DataCamp test user
150+
151+
In this section, a user called B.Simon is created in DataCamp. DataCamp supports just-in-time user provisioning, which is enabled by default. There is no action item for you in this section. If a user doesn't already exist in DataCamp, a new one is created after authentication.
152+
153+
## Test SSO
154+
155+
In this section, you test your Azure AD single sign-on configuration using the Access Panel.
156+
157+
When you click the DataCamp tile in the Access Panel, you should be automatically signed in to the DataCamp for which you set up SSO. For more information about the Access Panel, see [Introduction to the Access Panel](https://docs.microsoft.com/azure/active-directory/active-directory-saas-access-panel-introduction).
158+
159+
## Additional resources
160+
161+
- [ List of Tutorials on How to Integrate SaaS Apps with Azure Active Directory ](https://docs.microsoft.com/azure/active-directory/active-directory-saas-tutorial-list)
162+
163+
- [What is application access and single sign-on with Azure Active Directory? ](https://docs.microsoft.com/azure/active-directory/active-directory-appssoaccess-whatis)
164+
165+
- [What is conditional access in Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/conditional-access/overview)
166+
167+
- [Try DataCamp with Azure AD](https://aad.portal.azure.com/)
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
---
2+
title: 'Tutorial: Azure Active Directory single sign-on (SSO) integration with TeamViewer | Microsoft Docs'
3+
description: Learn how to configure single sign-on between Azure Active Directory and TeamViewer.
4+
services: active-directory
5+
documentationCenter: na
6+
author: jeevansd
7+
manager: mtillman
8+
ms.reviewer: barbkess
9+
10+
ms.assetid: 121d5a65-db74-4c94-99e0-a00d3d252944
11+
ms.service: active-directory
12+
ms.subservice: saas-app-tutorial
13+
ms.workload: identity
14+
ms.tgt_pltfrm: na
15+
ms.topic: tutorial
16+
ms.date: 01/10/2020
17+
ms.author: jeedes
18+
19+
ms.collection: M365-identity-device-management
20+
---
21+
22+
# Tutorial: Azure Active Directory single sign-on (SSO) integration with TeamViewer
23+
24+
In this tutorial, you'll learn how to integrate TeamViewer with Azure Active Directory (Azure AD). When you integrate TeamViewer with Azure AD, you can:
25+
26+
* Control in Azure AD who has access to TeamViewer.
27+
* Enable your users to be automatically signed-in to TeamViewer with their Azure AD accounts.
28+
* Manage your accounts in one central location - the Azure portal.
29+
30+
To learn more about SaaS app integration with Azure AD, see [What is application access and single sign-on with Azure Active Directory](https://docs.microsoft.com/azure/active-directory/active-directory-appssoaccess-whatis).
31+
32+
## Prerequisites
33+
34+
To get started, you need the following items:
35+
36+
* An Azure AD subscription. If you don't have a subscription, you can get a [free account](https://azure.microsoft.com/free/).
37+
* TeamViewer single sign-on (SSO) enabled subscription.
38+
39+
## Scenario description
40+
41+
In this tutorial, you configure and test Azure AD SSO in a test environment.
42+
43+
* TeamViewer supports **SP** initiated SSO
44+
45+
## Adding TeamViewer from the gallery
46+
47+
To configure the integration of TeamViewer into Azure AD, you need to add TeamViewer from the gallery to your list of managed SaaS apps.
48+
49+
1. Sign in to the [Azure portal](https://portal.azure.com) using either a work or school account, or a personal Microsoft account.
50+
1. On the left navigation pane, select the **Azure Active Directory** service.
51+
1. Navigate to **Enterprise Applications** and then select **All Applications**.
52+
1. To add new application, select **New application**.
53+
1. In the **Add from the gallery** section, type **TeamViewer** in the search box.
54+
1. Select **TeamViewer** from results panel and then add the app. Wait a few seconds while the app is added to your tenant.
55+
56+
57+
## Configure and test Azure AD single sign-on for TeamViewer
58+
59+
Configure and test Azure AD SSO with TeamViewer using a test user called **B.Simon**. For SSO to work, you need to establish a link relationship between an Azure AD user and the related user in TeamViewer.
60+
61+
To configure and test Azure AD SSO with TeamViewer, complete the following building blocks:
62+
63+
1. **[Configure Azure AD SSO](#configure-azure-ad-sso)** - to enable your users to use this feature.
64+
* **[Create an Azure AD test user](#create-an-azure-ad-test-user)** - to test Azure AD single sign-on with B.Simon.
65+
* **[Assign the Azure AD test user](#assign-the-azure-ad-test-user)** - to enable B.Simon to use Azure AD single sign-on.
66+
1. **[Configure TeamViewer SSO](#configure-teamviewer-sso)** - to configure the single sign-on settings on application side.
67+
* **[Create TeamViewer test user](#create-teamviewer-test-user)** - to have a counterpart of B.Simon in TeamViewer that is linked to the Azure AD representation of user.
68+
1. **[Test SSO](#test-sso)** - to verify whether the configuration works.
69+
70+
## Configure Azure AD SSO
71+
72+
Follow these steps to enable Azure AD SSO in the Azure portal.
73+
74+
1. In the [Azure portal](https://portal.azure.com/), on the **TeamViewer** application integration page, find the **Manage** section and select **single sign-on**.
75+
1. On the **Select a single sign-on method** page, select **SAML**.
76+
1. On the **Set up single sign-on with SAML** page, click the edit/pen icon for **Basic SAML Configuration** to edit the settings.
77+
78+
![Edit Basic SAML Configuration](common/edit-urls.png)
79+
80+
1. On the **Basic SAML Configuration** section, enter the values for the following fields:
81+
82+
In the **Sign-on URL** text box, type the URL: `https://login.teamviewer.com/LogOn`
83+
84+
1. On the **Set up single sign-on with SAML** page, In the **SAML Signing Certificate** section, click copy button to copy **App Federation Metadata Url** and save it on your computer.
85+
86+
![The Certificate download link](common/copy-metadataurl.png)
87+
88+
### Create an Azure AD test user
89+
90+
In this section, you'll create a test user in the Azure portal called B.Simon.
91+
92+
1. From the left pane in the Azure portal, select **Azure Active Directory**, select **Users**, and then select **All users**.
93+
1. Select **New user** at the top of the screen.
94+
1. In the **User** properties, follow these steps:
95+
1. In the **Name** field, enter `B.Simon`.
96+
1. In the **User name** field, enter the [email protected]. For example, `[email protected]`.
97+
1. Select the **Show password** check box, and then write down the value that's displayed in the **Password** box.
98+
1. Click **Create**.
99+
100+
### Assign the Azure AD test user
101+
102+
In this section, you'll enable B.Simon to use Azure single sign-on by granting access to TeamViewer.
103+
104+
1. In the Azure portal, select **Enterprise Applications**, and then select **All applications**.
105+
1. In the applications list, select **TeamViewer**.
106+
1. In the app's overview page, find the **Manage** section and select **Users and groups**.
107+
108+
![The "Users and groups" link](common/users-groups-blade.png)
109+
110+
1. Select **Add user**, then select **Users and groups** in the **Add Assignment** dialog.
111+
112+
![The Add User link](common/add-assign-user.png)
113+
114+
1. In the **Users and groups** dialog, select **B.Simon** from the Users list, then click the **Select** button at the bottom of the screen.
115+
1. If you're expecting any role value in the SAML assertion, in the **Select Role** dialog, select the appropriate role for the user from the list and then click the **Select** button at the bottom of the screen.
116+
1. In the **Add Assignment** dialog, click the **Assign** button.
117+
118+
## Configure TeamViewer SSO
119+
120+
To configure single sign-on on **TeamViewer** side, you need to send the **App Federation Metadata Url** to [TeamViewer support team](https://community.teamviewer.com/). They set this setting to have the SAML SSO connection set properly on both sides.
121+
122+
### Create TeamViewer test user
123+
124+
In this section, you create a user called B.Simon in TeamViewer. Work with [TeamViewer support team](https://community.teamviewer.com/) to add the users in the TeamViewer platform. Users must be created and activated before you use single sign-on.
125+
126+
## Test SSO
127+
128+
In this section, you test your Azure AD single sign-on configuration using the Access Panel.
129+
130+
When you click the TeamViewer tile in the Access Panel, you should be automatically signed in to the TeamViewer for which you set up SSO. For more information about the Access Panel, see [Introduction to the Access Panel](https://docs.microsoft.com/azure/active-directory/active-directory-saas-access-panel-introduction).
131+
132+
## Additional resources
133+
134+
- [ List of Tutorials on How to Integrate SaaS Apps with Azure Active Directory ](https://docs.microsoft.com/azure/active-directory/active-directory-saas-tutorial-list)
135+
136+
- [What is application access and single sign-on with Azure Active Directory? ](https://docs.microsoft.com/azure/active-directory/active-directory-appssoaccess-whatis)
137+
138+
- [What is conditional access in Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/conditional-access/overview)
139+
140+
- [Try TeamViewer with Azure AD](https://aad.portal.azure.com/)
141+

0 commit comments

Comments
 (0)