Skip to content

Commit f24e02a

Browse files
authored
Merge pull request #127144 from v-hagamp/mobile-locker
Product Backlog Item 1121531: SaaS App Tutorial: Mobile Locker
2 parents aaffac6 + 8a0d92e commit f24e02a

File tree

2 files changed

+156
-0
lines changed

2 files changed

+156
-0
lines changed
Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
---
2+
title: 'Tutorial: Azure Active Directory single sign-on (SSO) integration with Mobile Locker | Microsoft Docs'
3+
description: Learn how to configure single sign-on between Azure Active Directory and Mobile Locker.
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: 08/24/2020
13+
ms.author: jeedes
14+
15+
---
16+
17+
# Tutorial: Azure Active Directory single sign-on (SSO) integration with Mobile Locker
18+
19+
In this tutorial, you'll learn how to integrate Mobile Locker with Azure Active Directory (Azure AD). When you integrate Mobile Locker with Azure AD, you can:
20+
21+
* Control in Azure AD who has access to Mobile Locker.
22+
* Enable your users to be automatically signed-in to Mobile Locker with their Azure AD accounts.
23+
* Manage your accounts in one central location - the Azure portal.
24+
25+
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/manage-apps/what-is-single-sign-on).
26+
27+
## Prerequisites
28+
29+
To get started, you need the following items:
30+
31+
* An Azure AD subscription. If you don't have a subscription, you can get a [free account](https://azure.microsoft.com/free/).
32+
* Mobile Locker single sign-on (SSO) enabled subscription.
33+
34+
## Scenario description
35+
36+
In this tutorial, you configure and test Azure AD SSO in a test environment.
37+
38+
* Mobile Locker supports **SP and IDP** initiated SSO
39+
* Once you configure Mobile Locker 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](https://docs.microsoft.com/cloud-app-security/proxy-deployment-any-app).
40+
41+
## Adding Mobile Locker from the gallery
42+
43+
To configure the integration of Mobile Locker into Azure AD, you need to add Mobile Locker from the gallery to your list of managed SaaS apps.
44+
45+
1. Sign in to the [Azure portal](https://portal.azure.com) 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 **Mobile Locker** in the search box.
50+
1. Select **Mobile Locker** from results panel and then add the app. Wait a few seconds while the app is added to your tenant.
51+
52+
53+
## Configure and test Azure AD SSO for Mobile Locker
54+
55+
Configure and test Azure AD SSO with Mobile Locker 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 Mobile Locker.
56+
57+
To configure and test Azure AD SSO with Mobile Locker, complete the following building blocks:
58+
59+
1. **[Configure Azure AD SSO](#configure-azure-ad-sso)** - to enable your users to use this feature.
60+
1. **[Create an Azure AD test user](#create-an-azure-ad-test-user)** - to test Azure AD single sign-on with B.Simon.
61+
1. **[Assign the Azure AD test user](#assign-the-azure-ad-test-user)** - to enable B.Simon to use Azure AD single sign-on.
62+
1. **[Configure Mobile Locker SSO](#configure-mobile-locker-sso)** - to configure the single sign-on settings on application side.
63+
1. **[Create Mobile Locker test user](#create-mobile-locker-test-user)** - to have a counterpart of B.Simon in Mobile Locker that is linked to the Azure AD representation of user.
64+
1. **[Test SSO](#test-sso)** - to verify whether the configuration works.
65+
66+
## Configure Azure AD SSO
67+
68+
Follow these steps to enable Azure AD SSO in the Azure portal.
69+
70+
1. In the [Azure portal](https://portal.azure.com/), on the **Mobile Locker** application integration page, find the **Manage** section and select **single sign-on**.
71+
1. On the **Select a single sign-on method** page, select **SAML**.
72+
1. On the **Set up single sign-on with SAML** page, click the edit/pen icon for **Basic SAML Configuration** to edit the settings.
73+
74+
![Edit Basic SAML Configuration](common/edit-urls.png)
75+
76+
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:
77+
78+
a. In the **Identifier** text box, type a URL using the following pattern:
79+
`https://app.mobilelocker.com/saml2/metadata?service=[UUID]`
80+
81+
b. In the **Reply URL** text box, type a URL using the following pattern:
82+
`https://app.mobilelocker.com/saml2/acs?service=[UUID]`
83+
84+
1. Click **Set additional URLs** and perform the following step if you wish to configure the application in **SP** initiated mode:
85+
86+
In the **Sign-on URL** text box, type a URL using the following pattern:
87+
`https://app.mobilelocker.com/saml2/login?service=[UUID]`
88+
89+
> [!NOTE]
90+
> These values are not real. Update these values with the actual Identifier, Reply URL and Sign-on URL. Contact [Mobile Locker 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.
91+
92+
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.
93+
94+
![The Certificate download link](common/certificatebase64.png)
95+
96+
1. On the **Set up Mobile Locker** section, copy the appropriate URL(s) based on your requirement.
97+
98+
![Copy configuration URLs](common/copy-configuration-urls.png)
99+
100+
### Create an Azure AD test user
101+
102+
In this section, you'll create a test user in the Azure portal called B.Simon.
103+
104+
1. From the left pane in the Azure portal, select **Azure Active Directory**, select **Users**, and then select **All users**.
105+
1. Select **New user** at the top of the screen.
106+
1. In the **User** properties, follow these steps:
107+
1. In the **Name** field, enter `B.Simon`.
108+
1. In the **User name** field, enter the [email protected]. For example, `[email protected]`.
109+
1. Select the **Show password** check box, and then write down the value that's displayed in the **Password** box.
110+
1. Click **Create**.
111+
112+
### Assign the Azure AD test user
113+
114+
In this section, you'll enable B.Simon to use Azure single sign-on by granting access to Mobile Locker.
115+
116+
1. In the Azure portal, select **Enterprise Applications**, and then select **All applications**.
117+
1. In the applications list, select **Mobile Locker**.
118+
1. In the app's overview page, find the **Manage** section and select **Users and groups**.
119+
120+
![The "Users and groups" link](common/users-groups-blade.png)
121+
122+
1. Select **Add user**, then select **Users and groups** in the **Add Assignment** dialog.
123+
124+
![The Add User link](common/add-assign-user.png)
125+
126+
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.
127+
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.
128+
1. In the **Add Assignment** dialog, click the **Assign** button.
129+
130+
## Configure Mobile Locker SSO
131+
132+
To configure single sign-on on **Mobile Locker** side, you need to send the downloaded **Certificate (Base64)** and appropriate copied URLs from Azure portal to [Mobile Locker support team](mailto:[email protected]). They set this setting to have the SAML SSO connection set properly on both sides.
133+
134+
### Create Mobile Locker test user
135+
136+
In this section, you create a user called B.Simon in Mobile Locker. Work with [Mobile Locker support team](mailto:[email protected]) to add the users in the Mobile Locker platform. Users must be created and activated before you use single sign-on.
137+
138+
## Test SSO
139+
140+
In this section, you test your Azure AD single sign-on configuration using the Access Panel.
141+
142+
When you click the Mobile Locker tile in the Access Panel, you should be automatically signed in to the Mobile Locker 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).
143+
144+
## Additional resources
145+
146+
- [ 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)
147+
148+
- [What is application access and single sign-on with Azure Active Directory? ](https://docs.microsoft.com/azure/active-directory/active-directory-appssoaccess-whatis)
149+
150+
- [What is conditional access in Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/conditional-access/overview)
151+
152+
- [Try Mobile Locker with Azure AD](https://aad.portal.azure.com/)
153+
154+
- [What is session control in Microsoft Cloud App Security?](https://docs.microsoft.com/cloud-app-security/proxy-intro-aad)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,8 @@
10801080
href: mobilexpense-tutorial.md
10811081
- name: MobileIron
10821082
href: mobileiron-tutorial.md
1083+
- name: Mobile Locker
1084+
href: mobile-locker-tutorial.md
10831085
- name: moconavi
10841086
href: moconavi-tutorial.md
10851087
- name: Momenta

0 commit comments

Comments
 (0)