Skip to content

Commit 6a05241

Browse files
committed
Product Backlog Item 1882183: SaaS App Tutorial: deBroome Brand Portal
1 parent ce3a50f commit 6a05241

File tree

2 files changed

+157
-0
lines changed

2 files changed

+157
-0
lines changed
Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
---
2+
title: 'Tutorial: Azure AD SSO integration with deBroome Brand Portal'
3+
description: Learn how to configure single sign-on between Azure Active Directory and deBroome Brand Portal.
4+
services: active-directory
5+
author: jeevansd
6+
manager: CelesteDG
7+
ms.reviewer: celested
8+
ms.service: active-directory
9+
ms.subservice: saas-app-tutorial
10+
ms.workload: identity
11+
ms.topic: tutorial
12+
ms.date: 04/29/2022
13+
ms.author: jeedes
14+
---
15+
16+
# Tutorial: Azure AD SSO integration with deBroome Brand Portal
17+
18+
In this tutorial, you'll learn how to integrate deBroome Brand Portal with Azure Active Directory (Azure AD). When you integrate deBroome Brand Portal with Azure AD, you can:
19+
20+
* Control in Azure AD who has access to deBroome Brand Portal.
21+
* Enable your users to be automatically signed-in to deBroome Brand Portal with their Azure AD accounts.
22+
* Manage your accounts in one central location - the Azure portal.
23+
24+
## Prerequisites
25+
26+
To get started, you need the following items:
27+
28+
* An Azure AD subscription. If you don't have a subscription, you can get a [free account](https://azure.microsoft.com/free/).
29+
* deBroome Brand Portal single sign-on (SSO) enabled subscription.
30+
* Along with Cloud Application Administrator, Application Administrator can also add or manage applications in Azure AD.
31+
For more information, see [Azure built-in roles](../roles/permissions-reference.md).
32+
33+
## Scenario description
34+
35+
In this tutorial, you configure and test Azure AD SSO in a test environment.
36+
37+
* deBroome Brand Portal supports **SP and IDP** initiated SSO.
38+
* deBroome Brand Portal supports **Just In Time** user provisioning.
39+
40+
## Add deBroome Brand Portal from the gallery
41+
42+
To configure the integration of deBroome Brand Portal into Azure AD, you need to add deBroome Brand Portal 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 **deBroome Brand Portal** in the search box.
49+
1. Select **deBroome Brand Portal** 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 deBroome Brand Portal
52+
53+
Configure and test Azure AD SSO with deBroome Brand Portal 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 deBroome Brand Portal.
54+
55+
To configure and test Azure AD SSO with deBroome Brand Portal, 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 deBroome Brand Portal SSO](#configure-debroome-brand-portal-sso)** - to configure the single sign-on settings on application side.
61+
1. **[Create deBroome Brand Portal test user](#create-debroome-brand-portal-test-user)** - to have a counterpart of B.Simon in deBroome Brand Portal 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 **deBroome Brand Portal** 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 SAML Configuration.](common/edit-urls.png "Basic Configuration")
73+
74+
1. On the **Basic SAML Configuration** section, perform the following steps:
75+
76+
a. In the **Identifier** textbox, type a URL using the following pattern:
77+
`https://<CustomerBrandPortalUrl>/rv2/saml2/metadata`
78+
79+
b. In the **Reply URL** textbox, type a URL using the following pattern:
80+
`https://<CustomerBrandPortalUrl>/rv2/saml2/acs`
81+
82+
1. Click **Set additional URLs** and perform the following step if you wish to configure the application in **SP** initiated mode:
83+
84+
In the **Sign-on URL** text box, type a URL using the following pattern:
85+
`https://<CustomerBrandPortalUrl>/sso`
86+
87+
> [!NOTE]
88+
> These values are not real. Update these values with the actual Identifier, Reply URL and Sign-on URL. Contact [deBroome Brand Portal Client support team](mailto:[email protected]) to get these values. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
89+
90+
1. deBroome Brand Portal 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.
91+
92+
![image](common/default-attributes.png)
93+
94+
1. In addition to above, deBroome Brand Portal 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.
95+
96+
| Name | Source Attribute|
97+
| ------------ | --------- |
98+
| firstName | user.givenname |
99+
| lastName | user.surname |
100+
101+
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.
102+
103+
![The Certificate download link](common/copy-metadataurl.png)
104+
105+
### Create an Azure AD test user
106+
107+
In this section, you'll create a test user in the Azure portal called B.Simon.
108+
109+
1. From the left pane in the Azure portal, select **Azure Active Directory**, select **Users**, and then select **All users**.
110+
1. Select **New user** at the top of the screen.
111+
1. In the **User** properties, follow these steps:
112+
1. In the **Name** field, enter `B.Simon`.
113+
1. In the **User name** field, enter the [email protected]. For example, `[email protected]`.
114+
1. Select the **Show password** check box, and then write down the value that's displayed in the **Password** box.
115+
1. Click **Create**.
116+
117+
### Assign the Azure AD test user
118+
119+
In this section, you'll enable B.Simon to use Azure single sign-on by granting access to deBroome Brand Portal.
120+
121+
1. In the Azure portal, select **Enterprise Applications**, and then select **All applications**.
122+
1. In the applications list, select **deBroome Brand Portal**.
123+
1. In the app's overview page, find the **Manage** section and select **Users and groups**.
124+
1. Select **Add user**, then select **Users and groups** in the **Add Assignment** dialog.
125+
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.
126+
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.
127+
1. In the **Add Assignment** dialog, click the **Assign** button.
128+
129+
## Configure deBroome Brand Portal SSO
130+
131+
To configure single sign-on on **deBroome Brand Portal** side, you need to send the **App Federation Metadata Url** to [deBroome Brand Portal support team](mailto:[email protected]). They set this setting to have the SAML SSO connection set properly on both sides.
132+
133+
### Create deBroome Brand Portal test user
134+
135+
In this section, a user called B.Simon is created in deBroome Brand Portal. deBroome Brand Portal 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 deBroome Brand Portal, a new one is created after authentication.
136+
137+
## Test SSO
138+
139+
In this section, you test your Azure AD single sign-on configuration with following options.
140+
141+
#### SP initiated:
142+
143+
* Click on **Test this application** in Azure portal. This will redirect to deBroome Brand Portal Sign on URL where you can initiate the login flow.
144+
145+
* Go to deBroome Brand Portal Sign-on URL directly and initiate the login flow from there.
146+
147+
#### IDP initiated:
148+
149+
* Click on **Test this application** in Azure portal and you should be automatically signed in to the deBroome Brand Portal for which you set up the SSO.
150+
151+
You can also use Microsoft My Apps to test the application in any mode. When you click the deBroome Brand Portal 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 deBroome Brand Portal for which you set up the SSO. For more information about the My Apps, see [Introduction to the My Apps](https://support.microsoft.com/account-billing/sign-in-and-start-apps-from-the-my-apps-portal-2f3b1bae-0e5a-4a86-a33e-876fbd2a4510).
152+
153+
## Next steps
154+
155+
Once you configure deBroome Brand Portal 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 Defender for Cloud Apps](/cloud-app-security/proxy-deployment-aad).

articles/active-directory/saas-apps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,8 @@
605605
href: datto-workplace-tutorial.md
606606
- name: Dealpath
607607
href: dealpath-tutorial.md
608+
- name: deBroome Brand Portal
609+
href: debroome-brand-portal-tutorial.md
608610
- name: Degreed
609611
href: degreed-tutorial.md
610612
- name: Deputy

0 commit comments

Comments
 (0)