Skip to content

Commit ee52e1c

Browse files
authored
Merge pull request #173490 from bhavana-129/hiretual
Product Backlog Item 1581335: SaaS App Tutorial: Hiretual
2 parents d5ea3c8 + 9e80804 commit ee52e1c

File tree

3 files changed

+177
-0
lines changed

3 files changed

+177
-0
lines changed
Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
---
2+
title: 'Tutorial: Azure AD SSO integration with Hiretual-SSO'
3+
description: Learn how to configure single sign-on between Azure Active Directory and Hiretual-SSO.
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: 09/29/2021
13+
ms.author: jeedes
14+
15+
---
16+
17+
# Tutorial: Azure AD SSO integration with Hiretual-SSO
18+
19+
In this tutorial, you'll learn how to integrate Hiretual-SSO with Azure Active Directory (Azure AD). When you integrate Hiretual-SSO with Azure AD, you can:
20+
21+
* Control in Azure AD who has access to Hiretual-SSO.
22+
* Enable your users to be automatically signed-in to Hiretual-SSO 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+
* Hiretual-SSO 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+
* Hiretual-SSO supports **SP and IDP** initiated SSO.
37+
38+
> [!NOTE]
39+
> Identifier of this application is a fixed string value so only one instance can be configured in one tenant.
40+
41+
## Add Hiretual-SSO from the gallery
42+
43+
To configure the integration of Hiretual-SSO into Azure AD, you need to add Hiretual-SSO 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 **Hiretual-SSO** in the search box.
50+
1. Select **Hiretual-SSO** 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 Hiretual-SSO
53+
54+
Configure and test Azure AD SSO with Hiretual-SSO 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 Hiretual-SSO.
55+
56+
To configure and test Azure AD SSO with Hiretual-SSO, 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 Hiretual-SSO](#configure-hiretual-sso)** - to configure the single sign-on settings on application side.
62+
1. **[Create Hiretual-SSO test user](#create-hiretual-sso-test-user)** - to have a counterpart of B.Simon in Hiretual-SSO 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 **Hiretual-SSO** 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+
![Edit Basic SAML Configuration](common/edit-urls.png)
74+
75+
1. On the **Basic SAML Configuration** section, if you wish to configure the application in **IDP** initiated mode, perform the following step:
76+
77+
a. In the **Reply URL** text box, type a URL using the following pattern:
78+
`https://api.hiretual.com/v1/users/saml/login/<teamId>`
79+
80+
1. Click **Set additional URLs** and perform the following step if you wish to configure the application in **SP** initiated mode:
81+
82+
In the **Sign-on URL** text box, type the URL:
83+
`https://app.hiretual.com/`
84+
85+
> [!NOTE]
86+
> This value is not real. Update this value with the actual Reply URL. Contact [Hiretual-SSO 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.
87+
88+
1. Hiretual-SSO 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.
89+
90+
![image](common/default-attributes.png)
91+
92+
1. In addition to above, Hiretual-SSO 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.
93+
94+
| Name | Source Attribute |
95+
| ---------- | --------- |
96+
| firstName | user.givenname |
97+
| title | user.jobtitle |
98+
| lastName | user.surname |
99+
100+
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.
101+
102+
![The Certificate download link](common/copy-metadataurl.png)
103+
104+
### Create an Azure AD test user
105+
106+
In this section, you'll create a test user in the Azure portal called B.Simon.
107+
108+
1. From the left pane in the Azure portal, select **Azure Active Directory**, select **Users**, and then select **All users**.
109+
1. Select **New user** at the top of the screen.
110+
1. In the **User** properties, follow these steps:
111+
1. In the **Name** field, enter `B.Simon`.
112+
1. In the **User name** field, enter the [email protected]. For example, `[email protected]`.
113+
1. Select the **Show password** check box, and then write down the value that's displayed in the **Password** box.
114+
1. Click **Create**.
115+
116+
### Assign the Azure AD test user
117+
118+
In this section, you'll enable B.Simon to use Azure single sign-on by granting access to Hiretual-SSO.
119+
120+
1. In the Azure portal, select **Enterprise Applications**, and then select **All applications**.
121+
1. In the applications list, select **Hiretual-SSO**.
122+
1. In the app's overview page, find the **Manage** section and select **Users and groups**.
123+
1. Select **Add user**, then select **Users and groups** in the **Add Assignment** dialog.
124+
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.
125+
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.
126+
1. In the **Add Assignment** dialog, click the **Assign** button.
127+
128+
## Configure Hiretual-SSO
129+
130+
1. Log in to your Hiretual-SSO company site as an administrator.
131+
132+
1. Go to **Security & Compliance** > **Single Sign-On**.
133+
134+
1. In the **SAML2.0 Authentication** page, perform the following steps:
135+
136+
![Screenshot shows the SSO Configuration.](./media/hiretual-tutorial/configuration.png " SSO Configuration")
137+
138+
1. In the **SAML2.O SSO URL** textbox, paste the **User access URL** which you have copied from the Azure portal.
139+
140+
1. Copy **Entity ID** value from the metadata file and paste in the **Identity Provider Issuer** textbox.
141+
142+
1. Copy **X509 Certificate** from the metadata file and paste the content in the **Certificate** textbox.
143+
144+
1. Fill the required attributes manually according to your requirement and click **Save**.
145+
146+
1. Enable **Single Sign-On Connection Status** button.
147+
148+
1. Test your Single Sign-On integration first and then enable **Admin SP-Initiated Single Sign-On** button.
149+
150+
> [!NOTE]
151+
> If your Single Sign-On configuration has any errors or you have trouble to login to Hiretual-SSO Web App/Extension after you connected Admin SP-Initiated Single Sign-On, please contact [Hiretual-SSO support team](mailto:[email protected]).
152+
153+
### Create Hiretual-SSO test user
154+
155+
In this section, you create a user called Britta Simon in Hiretual-SSO. Work with [Hiretual-SSO support team](mailto:[email protected]) to add the users in the Hiretual-SSO platform. Users must be created and activated before you use single sign-on.
156+
157+
## Test SSO
158+
159+
In this section, you test your Azure AD single sign-on configuration with following options.
160+
161+
#### SP initiated:
162+
163+
* Click on **Test this application** in Azure portal. This will redirect to Hiretual-SSO Sign on URL where you can initiate the login flow.
164+
165+
* Go to Hiretual-SSO Sign-on URL directly and initiate the login flow from there.
166+
167+
#### IDP initiated:
168+
169+
* Click on **Test this application** in Azure portal and you should be automatically signed in to the Hiretual-SSO for which you set up the SSO.
170+
171+
You can also use Microsoft My Apps to test the application in any mode. When you click the Hiretual-SSO 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 Hiretual-SSO 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).
172+
173+
## Next steps
174+
175+
Once you configure Hiretual-SSO 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).
136 KB
Loading

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,8 @@
896896
href: hightail-tutorial.md
897897
- name: Hirebridge ATS
898898
href: hirebridge-ats-tutorial.md
899+
- name: Hiretual-SSO
900+
href: hiretual-tutorial.md
899901
- name: HireVue
900902
href: hirevue-tutorial.md
901903
- name: Hive

0 commit comments

Comments
 (0)