You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following steps describe setting up your application in the Azure portal and putting your device into shared-device mode.
235
+
The following steps describe setting up your application and putting your device into shared-device mode.
236
236
237
-
### Register your application in Azure Active Directory
237
+
### Register the application
238
238
239
-
First, register your application within your organizational tenant. Then provide these values below in auth_config.json in order for your application to run correctly.
239
+
First, register the application within your organizational tenant. Then provide these values below in auth_config.json in order for your application to run correctly.
240
240
241
-
For information on how to do this, refer to [Register your application](./tutorial-v2-android.md#register-your-application-with-azure-ad).
241
+
For information on how to do this, refer to [Register your application](./tutorial-v2-android.md).
242
242
243
243
> [!NOTE]
244
244
> When you register your app, please use the quickstart guide on the left-hand side and then select **Android**. This will lead you to a page where you'll be asked to provide the **Package Name** and **Signature Hash** for your app. These are very important to ensure your app configuration will work. You'll then receive a configuration object that you can use for your app that you'll cut and paste into your auth_config.json file.
245
245
246
-
:::image type="content" source="media/tutorial-v2-shared-device-mode/register-app.png" alt-text="Configure your Android app page in Azure portal quickstart":::
246
+
:::image type="content" source="media/tutorial-v2-shared-device-mode/register-app.png" alt-text="Configure your Android app page":::
247
247
248
-
You should select **Make this change for me** and then provide the values the quickstart asks for in the Azure portal. When that's done, we'll generate all the configuration files you need.
248
+
You should select **Make this change for me** and then provide the values the quickstart asks for. When that's done, we'll generate all the configuration files you need.
249
249
250
-
:::image type="content" source="media/tutorial-v2-shared-device-mode/config-info.png" alt-text="Configure your project page in Azure portal quickstart":::
250
+
:::image type="content" source="media/tutorial-v2-shared-device-mode/config-info.png" alt-text="Configure your project page":::
251
251
252
252
## Set up a tenant
253
253
254
-
For testing purposes, set up the following in your tenant: at least two employees, one Cloud Device Administrator, and one Global Administrator. In the Azure portal, set the Cloud Device Administrator by modifying Organizational Roles. In the Azure portal, access your Organizational Roles by selecting **Azure Active Directory**> **Roles and Administrators** > **Cloud Device Administrator**. Add the users that can put a device into shared mode.
254
+
For testing purposes, set up the following in your tenant: at least two employees, one Cloud Device Administrator, and one Global Administrator. Set the Cloud Device Administrator by modifying Organizational Roles. Access your Organizational Roles by selecting **Identity** > **Roles & admins**> **Roles & admins** >**All roles**, and then select**Cloud Device Administrator**. Add the users that can put a device into shared mode.
255
255
256
256
## Set up an Android device in shared mode
257
257
@@ -285,11 +285,11 @@ The device is now in shared mode.
285
285
286
286
Any sign-ins and sign-outs on the device will be global, meaning they apply to all apps that are integrated with MSAL and Microsoft Authenticator on the device. You can now deploy applications to the device that use shared-device mode features.
287
287
288
-
## View the shared device in the Azure portal
288
+
## View the shared device
289
289
290
-
Once you've put a device in shared-mode, it becomes known to your organization and is tracked in your organizational tenant. You can view your shared devices by looking at the **Join Type** in the Azure Active Directory blade of your Azure portal.
290
+
Once you've put a device in shared-mode, it becomes known to your organization and is tracked in your organizational tenant. You can view your shared devices by looking at the **Join Type**.
291
291
292
-
:::image type="content" source="media/tutorial-v2-shared-device-mode/registered-device-screen.png" alt-text="All devices pane shown in the Azure portal":::
292
+
:::image type="content" source="media/tutorial-v2-shared-device-mode/registered-device-screen.png" alt-text="Screenshot that shows the all devices pane":::
0 commit comments