Skip to content

Commit e77f924

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into net-patch
2 parents 314d5b0 + 928e9d3 commit e77f924

File tree

7 files changed

+490
-12
lines changed

7 files changed

+490
-12
lines changed

articles/active-directory/develop/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@
167167
href: security-best-practices-for-app-registration.md
168168
- name: Automatic user provisioning (SCIM)
169169
href: ../app-provisioning/user-provisioning.md?toc=/azure/active-directory/develop/toc.json&bc=/azure/active-directory/develop/breadcrumb/toc.json
170+
- name: Use the Microsoft Graph API
171+
href: microsoft-graph-intro.md
170172
- name: How-to
171173
items:
172174
- name: Integrate your app scenario
@@ -560,8 +562,6 @@
560562
href: howto-add-app-roles-in-azure-ad-apps.md
561563
- name: Implement RBAC in your application
562564
href: howto-implement-rbac-for-apps.md
563-
- name: Use the Microsoft Graph API
564-
href: microsoft-graph-intro.md
565565
- name: Build for resilience
566566
items:
567567
- name: Development Overview

articles/active-directory/develop/microsoft-graph-intro.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
10-
ms.topic: how-to
10+
ms.topic: conceptual
1111
ms.workload: identity
12-
ms.date: 02/13/2020
12+
ms.date: 10/08/2021
1313
ms.author: davidmu
1414
ms.custom: aaddev
1515
---
@@ -18,31 +18,34 @@ ms.custom: aaddev
1818

1919
The Microsoft Graph API is a RESTful web API that enables you to access Microsoft Cloud service resources. After you register your app and get authentication tokens for a user or service, you can make requests to the Microsoft Graph API. For more information, see [Overview of Microsoft Graph](/graph/overview).
2020

21-
Microsoft Graph exposes REST APIs and client libraries to access data on the following Microsoft 365 services:
21+
Microsoft Graph exposes REST APIs and client libraries to access data on the following Microsoft cloud services:
22+
2223
- Microsoft 365 services: Delve, Excel, Microsoft Bookings, Microsoft Teams, OneDrive, OneNote, Outlook/Exchange, Planner, and SharePoint
2324
- Enterprise Mobility and Security services: Advanced Threat Analytics, Advanced Threat Protection, Azure Active Directory, Identity Manager, and Intune
2425
- Windows 10 services: activities, devices, notifications
2526
- Dynamics 365 Business Central
2627

2728
## Versions
2829

29-
Microsoft Graph currently supports two versions: v1.0 and beta. The v1.0 version includes generally available APIs. Use the v1.0 version for all production apps. The
30-
beta includes APIs that are currently in preview. Because we might introduce breaking changes to our beta APIs, we recommend that you use the beta version only to test apps that are in development; do not use beta APIs in your production apps. For more information, see [Versioning, support, and breaking change policies for Microsoft Graph](/graph/versioning-and-support).
30+
The following versions of the Microsoft Graph API are currently available:
31+
32+
- **Beta version**: The beta version includes APIs that are currently in preview and are accessible in the `https://graph.microsoft.com/beta` endpoint. To start using the beta APIs, see [Microsoft Graph beta endpoint reference](/graph/api/overview?view=graph-rest-beta&preserve-view=true)
33+
- **v1.0 version**: The v1.0 version includes APIs that are generally available and ready for production use. The v1.0 version is accessible in the `https://graph.microsoft.com/v1.0` endpoint. To start using the v1.0 APIs, see [Microsoft Graph REST API v1.0 reference](/graph/api/overview?view=graph-rest-1.0&preserve-view=true)
3134

32-
To start using the beta APIs, see [Microsoft Graph beta endpoint reference](/graph/api/overview?view=graph-rest-beta&preserve-view=true)
35+
For more information about Microsoft Graph API versions, see [Versioning, support, and breaking change policies for Microsoft Graph](/graph/versioning-and-support).
3336

34-
To start using the v1.0 APIs, see [Microsoft Graph REST API v1.0 reference](/graph/api/overview?view=graph-rest-1.0&preserve-view=true)
3537

3638
## Get started
3739

38-
To read from or write to a resource such as a user or an email message, you construct a request that looks like the following:
40+
To read from or write to a resource such as a user or an email message, you construct a request that looks like the following pattern:
3941

4042
`{HTTP method} https://graph.microsoft.com/{version}/{resource}?{query-parameters}`
4143

4244
For more information about the elements of the constructed request, see [Use the Microsoft Graph API](/graph/use-the-api)
4345

4446
Quickstart samples are available to show you how to access the power of the Microsoft Graph API. The samples that are available access two services with one authentication: Microsoft account and Outlook. Each quickstart accesses information from Microsoft account users' profiles and displays events from their calendar.
4547
The quickstarts involve four steps:
48+
4649
- Select your platform
4750
- Get your app ID (client ID)
4851
- Build the sample
@@ -52,6 +55,13 @@ When you complete the quickstart, you have an app that's ready to run. For more
5255

5356
## Tools
5457

55-
Microsoft Graph Explorer is a web-based tool that you can use to build and test requests using Microsoft Graph APIs. You can access Microsoft Graph Explorer at: `https://developer.microsoft.com/graph/graph-explorer`.
58+
**Microsoft Graph Explorer** is a web-based tool that you can use to build and test requests to the Microsoft Graph API. Access Microsoft Graph Explorer at https://developer.microsoft.com/graph/graph-explorer.
59+
60+
**Postman** is another tool you can use for making requests to the Microsoft Graph API. You can download Postman at https://www.getpostman.com. To interact with Microsoft Graph in Postman, use the [Microsoft Graph Postman collection](/graph/use-postman).
61+
62+
## Next steps
63+
64+
For more information about Microsoft Graph, including usage information and tutorials, see:
5665

57-
Postman is a tool that you can also use to build and test requests using the Microsoft Graph APIs. You can download Postman at: `https://www.getpostman.com/`. To interact with Microsoft Graph in Postman, you use the Microsoft Graph collection in Postman. For more information, see [Use Postman with the Microsoft Graph API](/graph/use-postman).
66+
- [Use the Microsoft Graph API](/graph/use-the-api)
67+
- [Microsoft Graph tutorials](/graph/tutorials)
82.8 KB
Loading
Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
---
2+
title: 'Tutorial: Azure AD SSO integration with Nodetrax Project'
3+
description: Learn how to configure single sign-on between Azure Active Directory and Nodetrax Project.
4+
services: active-directory
5+
author: jeevansd
6+
manager: CelesteDG
7+
ms.reviewer: CelesteDG
8+
ms.service: active-directory
9+
ms.subservice: saas-app-tutorial
10+
ms.workload: identity
11+
ms.topic: tutorial
12+
ms.date: 10/06/2021
13+
ms.author: jeedes
14+
15+
---
16+
17+
# Tutorial: Azure AD SSO integration with Nodetrax Project
18+
19+
In this tutorial, you'll learn how to integrate Nodetrax Project with Azure Active Directory (Azure AD). When you integrate Nodetrax Project with Azure AD, you can:
20+
21+
* Control in Azure AD who has access to Nodetrax Project.
22+
* Enable your users to be automatically signed-in to Nodetrax Project with their Azure AD accounts.
23+
* Manage your accounts in one central location - the Azure portal.
24+
25+
## Prerequisites
26+
27+
To get started, you need the following items:
28+
29+
* An Azure AD subscription. If you don't have a subscription, you can get a [free account](https://azure.microsoft.com/free/).
30+
* Nodetrax Project single sign-on (SSO) enabled subscription.
31+
32+
## Scenario description
33+
34+
In this tutorial, you configure and test Azure AD SSO in a test environment.
35+
36+
* Nodetrax Project supports **SP and IDP** initiated SSO.
37+
38+
## Add Nodetrax Project from the gallery
39+
40+
To configure the integration of Nodetrax Project into Azure AD, you need to add Nodetrax Project from the gallery to your list of managed SaaS apps.
41+
42+
1. Sign in to the Azure portal using either a work or school account, or a personal Microsoft account.
43+
1. On the left navigation pane, select the **Azure Active Directory** service.
44+
1. Navigate to **Enterprise Applications** and then select **All Applications**.
45+
1. To add new application, select **New application**.
46+
1. In the **Add from the gallery** section, type **Nodetrax Project** in the search box.
47+
1. Select **Nodetrax Project** from results panel and then add the app. Wait a few seconds while the app is added to your tenant.
48+
49+
## Configure and test Azure AD SSO for Nodetrax Project
50+
51+
Configure and test Azure AD SSO with Nodetrax Project 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 Nodetrax Project.
52+
53+
To configure and test Azure AD SSO with Nodetrax Project, perform the following steps:
54+
55+
1. **[Configure Azure AD SSO](#configure-azure-ad-sso)** - to enable your users to use this feature.
56+
1. **[Create an Azure AD test user](#create-an-azure-ad-test-user)** - to test Azure AD single sign-on with B.Simon.
57+
1. **[Assign the Azure AD test user](#assign-the-azure-ad-test-user)** - to enable B.Simon to use Azure AD single sign-on.
58+
1. **[Configure Nodetrax Project SSO](#configure-nodetrax-project-sso)** - to configure the single sign-on settings on application side.
59+
1. **[Create Nodetrax Project test user](#create-nodetrax-project-test-user)** - to have a counterpart of B.Simon in Nodetrax Project that is linked to the Azure AD representation of user.
60+
1. **[Test SSO](#test-sso)** - to verify whether the configuration works.
61+
62+
## Configure Azure AD SSO
63+
64+
Follow these steps to enable Azure AD SSO in the Azure portal.
65+
66+
1. In the Azure portal, on the **Nodetrax Project** application integration page, find the **Manage** section and select **single sign-on**.
67+
1. On the **Select a single sign-on method** page, select **SAML**.
68+
1. On the **Set up single sign-on with SAML** page, click the pencil icon for **Basic SAML Configuration** to edit the settings.
69+
70+
![Edit Basic SAML Configuration](common/edit-urls.png)
71+
72+
1. On the **Basic SAML Configuration** section, the user does not have to perform any step as the app is already pre-integrated with Azure.
73+
74+
1. Click **Set additional URLs** and perform the following step if you wish to configure the application in **SP** initiated mode:
75+
76+
In the **Sign-on URL** text box, type the URL:
77+
`https://project.nodetrax.com`
78+
79+
1. Nodetrax Project 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.
80+
81+
![image](common/default-attributes.png)
82+
83+
1. In addition to above, Nodetrax Project 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.
84+
85+
| Name | Source Attribute|
86+
| ---------| --------- |
87+
| id | user.objectid |
88+
89+
1. On the **Set up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Certificate (Base64)** and select **Download** to download the certificate and save it on your computer.
90+
91+
![The Certificate download link](common/certificatebase64.png)
92+
93+
1. On the **Set up Nodetrax Project** section, copy the appropriate URL(s) based on your requirement.
94+
95+
![Copy configuration URLs](common/copy-configuration-urls.png)
96+
97+
### Create an Azure AD test user
98+
99+
In this section, you'll create a test user in the Azure portal called B.Simon.
100+
101+
1. From the left pane in the Azure portal, select **Azure Active Directory**, select **Users**, and then select **All users**.
102+
1. Select **New user** at the top of the screen.
103+
1. In the **User** properties, follow these steps:
104+
1. In the **Name** field, enter `B.Simon`.
105+
1. In the **User name** field, enter the [email protected]. For example, `[email protected]`.
106+
1. Select the **Show password** check box, and then write down the value that's displayed in the **Password** box.
107+
1. Click **Create**.
108+
109+
### Assign the Azure AD test user
110+
111+
In this section, you'll enable B.Simon to use Azure single sign-on by granting access to Nodetrax Project.
112+
113+
1. In the Azure portal, select **Enterprise Applications**, and then select **All applications**.
114+
1. In the applications list, select **Nodetrax Project**.
115+
1. In the app's overview page, find the **Manage** section and select **Users and groups**.
116+
1. Select **Add user**, then select **Users and groups** in the **Add Assignment** dialog.
117+
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.
118+
1. If you are expecting a role to be assigned to the users, you can select it from the **Select a role** dropdown. If no role has been set up for this app, you see "Default Access" role selected.
119+
1. In the **Add Assignment** dialog, click the **Assign** button.
120+
121+
## Configure Nodetrax Project SSO
122+
123+
To configure single sign-on on **Nodetrax Project** side, you need to send the downloaded **Certificate (Base64)** and appropriate copied URLs from Azure portal to [Nodetrax Project support team](mailto:[email protected]). They set this setting to have the SAML SSO connection set properly on both sides.
124+
125+
### Create Nodetrax Project test user
126+
127+
In this section, you create a user called Britta Simon in Nodetrax Project. Work with [Nodetrax Project support team](mailto:[email protected]) to add the users in the Nodetrax Project platform. Users must be created and activated before you use single sign-on.
128+
129+
## Test SSO
130+
131+
In this section, you test your Azure AD single sign-on configuration with following options.
132+
133+
#### SP initiated:
134+
135+
* Click on **Test this application** in Azure portal. This will redirect to Nodetrax Project Sign on URL where you can initiate the login flow.
136+
137+
* Go to Nodetrax Project Sign-on URL directly and initiate the login flow from there.
138+
139+
#### IDP initiated:
140+
141+
* Click on **Test this application** in Azure portal and you should be automatically signed in to the Nodetrax Project for which you set up the SSO.
142+
143+
You can also use Microsoft My Apps to test the application in any mode. When you click the Nodetrax Project tile in the My Apps, if configured in SP mode you would be redirected to the application sign on page for initiating the login flow and if configured in IDP mode, you should be automatically signed in to the Nodetrax Project for which you set up the SSO. For more information about the My Apps, see [Introduction to the My Apps](../user-help/my-apps-portal-end-user-access.md).
144+
145+
## Next steps
146+
147+
Once you configure Nodetrax Project you can enforce session control, which protects exfiltration and infiltration of your organization’s sensitive data in real time. Session control extends from Conditional Access. [Learn how to enforce session control with Microsoft Cloud App Security](/cloud-app-security/proxy-deployment-aad).

0 commit comments

Comments
 (0)