Skip to content

Commit 8e3bbd8

Browse files
authored
Merge pull request #207858 from MicrosoftDocs/main
8/12 AM Publish
2 parents 65e7acf + 93ec993 commit 8e3bbd8

File tree

43 files changed

+1370
-272
lines changed

Some content is hidden

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

43 files changed

+1370
-272
lines changed

articles/active-directory/develop/active-directory-certificate-credentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To compute the assertion, you can use one of the many JWT libraries in the langu
3939

4040
Claim type | Value | Description
4141
---------- | ---------- | ----------
42-
`aud` | `https://login.microsoftonline.com/{tenantId}/oauth2/V2.0/token` | The "aud" (audience) claim identifies the recipients that the JWT is intended for (here Azure AD) See [RFC 7519, Section 4.1.3](https://tools.ietf.org/html/rfc7519#section-4.1.3). In this case, that recipient is the login server (login.microsoftonline.com).
42+
`aud` | `https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token` | The "aud" (audience) claim identifies the recipients that the JWT is intended for (here Azure AD) See [RFC 7519, Section 4.1.3](https://tools.ietf.org/html/rfc7519#section-4.1.3). In this case, that recipient is the login server (login.microsoftonline.com).
4343
`exp` | 1601519414 | The "exp" (expiration time) claim identifies the expiration time on or after which the JWT MUST NOT be accepted for processing. See [RFC 7519, Section 4.1.4](https://tools.ietf.org/html/rfc7519#section-4.1.4). This allows the assertion to be used until then, so keep it short - 5-10 minutes after `nbf` at most. Azure AD does not place restrictions on the `exp` time currently.
4444
`iss` | {ClientID} | The "iss" (issuer) claim identifies the principal that issued the JWT, in this case your client application. Use the GUID application ID.
4545
`jti` | (a Guid) | The "jti" (JWT ID) claim provides a unique identifier for the JWT. The identifier value MUST be assigned in a manner that ensures that there is a negligible probability that the same value will be accidentally assigned to a different data object; if the application uses multiple issuers, collisions MUST be prevented among values produced by different issuers as well. The "jti" value is a case-sensitive string. [RFC 7519, Section 4.1.7](https://tools.ietf.org/html/rfc7519#section-4.1.7)
@@ -61,7 +61,7 @@ The signature is computed by applying the certificate as described in the [JSON
6161
}
6262
.
6363
{
64-
"aud": "https: //login.microsoftonline.com/contoso.onmicrosoft.com/oauth2/V2.0/token",
64+
"aud": "https: //login.microsoftonline.com/contoso.onmicrosoft.com/oauth2/v2.0/token",
6565
"exp": 1484593341,
6666
"iss": "97e0a5b7-d745-40b6-94fe-5f77d35c6e05",
6767
"jti": "22b3bb26-e046-42df-9c96-65dbd72c1c81",

articles/active-directory/enterprise-users/licensing-directory-independence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.collection: M365-identity-device-management
1818

1919
# Understand how multiple Azure Active Directory tenant organizations interact
2020

21-
In Azure Active Directory (Azure AD, part of Microsoft Entra, each Azure AD organization is fully independent: a peer that is logically independent from the other Azure AD organizations that you manage. This independence between organizations includes resource independence, administrative independence, and synchronization independence. There is no parent-child relationship between organizations.
21+
In Azure Active Directory (Azure AD), part of Microsoft Entra, each Azure AD organization is fully independent: a peer that is logically independent from the other Azure AD organizations that you manage. This independence between organizations includes resource independence, administrative independence, and synchronization independence. There is no parent-child relationship between organizations.
2222

2323
## Resource independence
2424

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
---
2+
title: 'Tutorial: Azure AD SSO integration with Arena'
3+
description: Learn how to configure single sign-on between Azure Active Directory and Arena.
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: 08/07/2022
13+
ms.author: jeedes
14+
15+
---
16+
17+
# Tutorial: Azure AD SSO integration with Arena
18+
19+
In this tutorial, you'll learn how to integrate Arena with Azure Active Directory (Azure AD). When you integrate Arena with Azure AD, you can:
20+
21+
* Control in Azure AD who has access to Arena.
22+
* Enable your users to be automatically signed-in to Arena 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+
* Arena single sign-on (SSO) enabled subscription.
31+
* Along with Cloud Application Administrator, Application Administrator can also add or manage applications in Azure AD.
32+
For more information, see [Azure built-in roles](../roles/permissions-reference.md).
33+
34+
## Scenario description
35+
36+
In this tutorial, you configure and test Azure AD SSO in a test environment.
37+
38+
* Arena supports **SP** and **IDP** initiated SSO.
39+
40+
## Add Arena from the gallery
41+
42+
To configure the integration of Arena into Azure AD, you need to add Arena from the gallery to your list of managed SaaS apps.
43+
44+
1. Sign in to the Azure portal using either a work or school account, or a personal Microsoft account.
45+
1. On the left navigation pane, select the **Azure Active Directory** service.
46+
1. Navigate to **Enterprise Applications** and then select **All Applications**.
47+
1. To add new application, select **New application**.
48+
1. In the **Add from the gallery** section, type **Arena** in the search box.
49+
1. Select **Arena** from results panel and then add the app. Wait a few seconds while the app is added to your tenant.
50+
51+
## Configure and test Azure AD SSO for Arena
52+
53+
Configure and test Azure AD SSO with Arena 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 at Arena.
54+
55+
To configure and test Azure AD SSO with Arena, perform the following steps:
56+
57+
1. **[Configure Azure AD SSO](#configure-azure-ad-sso)** - to enable your users to use this feature.
58+
1. **[Create an Azure AD test user](#create-an-azure-ad-test-user)** - to test Azure AD single sign-on with B.Simon.
59+
1. **[Assign the Azure AD test user](#assign-the-azure-ad-test-user)** - to enable B.Simon to use Azure AD single sign-on.
60+
1. **[Configure Arena SSO](#configure-arena-sso)** - to configure the single sign-on settings on application side.
61+
1. **[Create Arena test user](#create-arena-test-user)** - to have a counterpart of B.Simon in Arena that is linked to the Azure AD representation of user.
62+
1. **[Test SSO](#test-sso)** - to verify whether the configuration works.
63+
64+
## Configure Azure AD SSO
65+
66+
Follow these steps to enable Azure AD SSO in the Azure portal.
67+
68+
1. In the Azure portal, on the **Arena** application integration page, find the **Manage** section and select **single sign-on**.
69+
1. On the **Select a single sign-on method** page, select **SAML**.
70+
1. On the **Set up single sign-on with SAML** page, click the pencil icon for **Basic SAML Configuration** to edit the settings.
71+
72+
![Screenshot shows to edit Basic S A M L Configuration.](common/edit-urls.png "Basic Configuration")
73+
74+
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.
75+
76+
1. Click **Set additional URLs** and perform the following step if you wish to configure the application in **SP** initiated mode:
77+
78+
In the **Sign-on URL** text box, type the URL:
79+
`https://app.bom.com`
80+
81+
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.
82+
83+
![Screenshot shows the Certificate download link.](common/certificatebase64.png "Certificate")
84+
85+
1. On the **Set up Arena** section, copy the appropriate URL(s) based on your requirement.
86+
87+
![Screenshot shows to copy configuration appropriate U R L.](common/copy-configuration-urls.png "Metadata")
88+
89+
### Create an Azure AD test user
90+
91+
In this section, you'll create a test user in the Azure portal called B.Simon.
92+
93+
1. From the left pane in the Azure portal, select **Azure Active Directory**, select **Users**, and then select **All users**.
94+
1. Select **New user** at the top of the screen.
95+
1. In the **User** properties, follow these steps:
96+
1. In the **Name** field, enter `B.Simon`.
97+
1. In the **User name** field, enter the [email protected]. For example, `[email protected]`.
98+
1. Select the **Show password** check box, and then write down the value that's displayed in the **Password** box.
99+
1. Click **Create**.
100+
101+
### Assign the Azure AD test user
102+
103+
In this section, you'll enable B.Simon to use Azure single sign-on by granting access to Arena.
104+
105+
1. In the Azure portal, select **Enterprise Applications**, and then select **All applications**.
106+
1. In the applications list, select **Arena**.
107+
1. In the app's overview page, find the **Manage** section and select **Users and groups**.
108+
1. Select **Add user**, then select **Users and groups** in the **Add Assignment** dialog.
109+
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.
110+
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.
111+
1. In the **Add Assignment** dialog, click the **Assign** button.
112+
113+
## Configure Arena SSO
114+
115+
To configure single sign-on on **Arena** side, you need to send the downloaded **Certificate (Base64)** and appropriate copied URLs from Azure portal to [Arena support team](mailto:[email protected]). They set this setting to have the SAML SSO connection set properly on both sides.
116+
117+
### Create Arena test user
118+
119+
In this section, you create a user called Britta Simon at Arena. Work with [Arena support team](mailto:[email protected]) to add the users in the Arena platform. Users must be created and activated before you use single sign-on.
120+
121+
## Test SSO
122+
123+
In this section, you test your Azure AD single sign-on configuration with following options.
124+
125+
#### SP initiated:
126+
127+
* Click on **Test this application** in Azure portal. This will redirect to Arena Sign-on URL where you can initiate the login flow.
128+
129+
* Go to Arena Sign-on URL directly and initiate the login flow from there.
130+
131+
#### IDP initiated:
132+
133+
* Click on **Test this application** in Azure portal and you should be automatically signed in to the Arena for which you set up the SSO.
134+
135+
You can also use Microsoft My Apps to test the application in any mode. When you click the Arena 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 Arena 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).
136+
137+
## Next steps
138+
139+
Once you configure Arena 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).
Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
---
2+
title: 'Tutorial: Azure AD SSO integration with Curator'
3+
description: Learn how to configure single sign-on between Azure Active Directory and Curator.
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: 08/07/2022
13+
ms.author: jeedes
14+
15+
---
16+
17+
# Tutorial: Azure AD SSO integration with Curator
18+
19+
In this tutorial, you'll learn how to integrate Curator with Azure Active Directory (Azure AD). When you integrate Curator with Azure AD, you can:
20+
21+
* Control in Azure AD who has access to Curator.
22+
* Enable your users to be automatically signed-in to Curator 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+
* Curator single sign-on (SSO) enabled subscription.
31+
* Along with Cloud Application Administrator, Application Administrator can also add or manage applications in Azure AD.
32+
For more information, see [Azure built-in roles](../roles/permissions-reference.md).
33+
34+
## Scenario description
35+
36+
In this tutorial, you configure and test Azure AD SSO in a test environment.
37+
38+
* Curator supports **SP** and **IDP** initiated SSO.
39+
* Curator supports **Just In Time** user provisioning.
40+
41+
## Add Curator from the gallery
42+
43+
To configure the integration of Curator into Azure AD, you need to add Curator from the gallery to your list of managed SaaS apps.
44+
45+
1. Sign in to the Azure portal using either a work or school account, or a personal Microsoft account.
46+
1. On the left navigation pane, select the **Azure Active Directory** service.
47+
1. Navigate to **Enterprise Applications** and then select **All Applications**.
48+
1. To add new application, select **New application**.
49+
1. In the **Add from the gallery** section, type **Curator** in the search box.
50+
1. Select **Curator** from results panel and then add the app. Wait a few seconds while the app is added to your tenant.
51+
52+
## Configure and test Azure AD SSO for Curator
53+
54+
Configure and test Azure AD SSO with Curator 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 Curator.
55+
56+
To configure and test Azure AD SSO with Curator, perform the following steps:
57+
58+
1. **[Configure Azure AD SSO](#configure-azure-ad-sso)** - to enable your users to use this feature.
59+
1. **[Create an Azure AD test user](#create-an-azure-ad-test-user)** - to test Azure AD single sign-on with B.Simon.
60+
1. **[Assign the Azure AD test user](#assign-the-azure-ad-test-user)** - to enable B.Simon to use Azure AD single sign-on.
61+
1. **[Configure Curator SSO](#configure-curator-sso)** - to configure the single sign-on settings on application side.
62+
1. **[Create Curator test user](#create-curator-test-user)** - to have a counterpart of B.Simon in Curator that is linked to the Azure AD representation of user.
63+
1. **[Test SSO](#test-sso)** - to verify whether the configuration works.
64+
65+
## Configure Azure AD SSO
66+
67+
Follow these steps to enable Azure AD SSO in the Azure portal.
68+
69+
1. In the Azure portal, on the **Curator** application integration page, find the **Manage** section and select **single sign-on**.
70+
1. On the **Select a single sign-on method** page, select **SAML**.
71+
1. On the **Set up single sign-on with SAML** page, click the pencil icon for **Basic SAML Configuration** to edit the settings.
72+
73+
![Screenshot shows to edit Basic SAML Configuration.](common/edit-urls.png "Basic Configuration")
74+
75+
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.
76+
77+
1. Click **Set additional URLs** and perform the following step if you wish to configure the application in **SP** initiated mode:
78+
79+
In the **Sign-on URL** text box, type the URL:
80+
`https://azure.curator.interworks.com`
81+
82+
1. On the **Set-up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Federation Metadata XML** and select **Download** to download the certificate and save it on your computer.
83+
84+
![Screenshot shows the Certificate download link.](common/metadataxml.png "Certificate")
85+
86+
1. On the **Set up Curator** section, copy the appropriate URL(s) based on your requirement.
87+
88+
![Screenshot shows to copy configuration appropriate URL.](common/copy-configuration-urls.png "Metadata")
89+
90+
### Create an Azure AD test user
91+
92+
In this section, you'll create a test user in the Azure portal called B.Simon.
93+
94+
1. From the left pane in the Azure portal, select **Azure Active Directory**, select **Users**, and then select **All users**.
95+
1. Select **New user** at the top of the screen.
96+
1. In the **User** properties, follow these steps:
97+
1. In the **Name** field, enter `B.Simon`.
98+
1. In the **User name** field, enter the [email protected]. For example, `[email protected]`.
99+
1. Select the **Show password** check box, and then write down the value that's displayed in the **Password** box.
100+
1. Click **Create**.
101+
102+
### Assign the Azure AD test user
103+
104+
In this section, you'll enable B.Simon to use Azure single sign-on by granting access to Curator.
105+
106+
1. In the Azure portal, select **Enterprise Applications**, and then select **All applications**.
107+
1. In the applications list, select **Curator**.
108+
1. In the app's overview page, find the **Manage** section and select **Users and groups**.
109+
1. Select **Add user**, then select **Users and groups** in the **Add Assignment** dialog.
110+
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.
111+
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.
112+
1. In the **Add Assignment** dialog, click the **Assign** button.
113+
114+
## Configure Curator SSO
115+
116+
To configure single sign-on on **Curator** side, you need to send the downloaded **Federation Metadata XML** and appropriate copied URLs from Azure portal to [Curator support team](mailto:[email protected]). They set this setting to have the SAML SSO connection set properly on both sides.
117+
118+
### Create Curator test user
119+
120+
In this section, a user called B.Simon is created in Curator. Curator 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 Curator, a new one is created after authentication.
121+
122+
## Test SSO
123+
124+
In this section, you test your Azure AD single sign-on configuration with following options.
125+
126+
#### SP initiated:
127+
128+
* Click on **Test this application** in Azure portal. This will redirect to Curator Sign-on URL where you can initiate the login flow.
129+
130+
* Go to Curator Sign-on URL directly and initiate the login flow from there.
131+
132+
#### IDP initiated:
133+
134+
* Click on **Test this application** in Azure portal and you should be automatically signed in to the Curator for which you set up the SSO.
135+
136+
You can also use Microsoft My Apps to test the application in any mode. When you click the Curator 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 Curator 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).
137+
138+
## Next steps
139+
140+
Once you configure Curator 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)