From 024201c54169718c4b7072d05b9040a980587055 Mon Sep 17 00:00:00 2001 From: Carlos Hernandez <46572053+CarHern@users.noreply.github.com> Date: Thu, 28 May 2026 11:51:34 -0400 Subject: [PATCH] Revise device registration steps for Shared Device Mode Updated instructions for registering a device in Shared Device Mode, including automatic registration and credential prompts. (current steps are WRONG and mislead customers) However, the screenshots need to be updated. please contact me directly (CAHER) to further discuss I can show you a video from last week on how the actual procedure looks like --- msal-objc-articles/set-up-ios-device-shared-mode.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/msal-objc-articles/set-up-ios-device-shared-mode.md b/msal-objc-articles/set-up-ios-device-shared-mode.md index 56de1b0..97c4ac3 100644 --- a/msal-objc-articles/set-up-ios-device-shared-mode.md +++ b/msal-objc-articles/set-up-ios-device-shared-mode.md @@ -62,15 +62,15 @@ iOS settings: To configure the Authenticator app settings and register the device with Entra ID, the Cloud Device Administrator in a tenant should follow these steps: 1. Launch the Authenticator App. -1. On the Shared Device Mode manual setup UI, enter the organizational email and select “Register as Shared Device**, as shown: +1. The App should automatically start registering the device (as long as the SSO profile is already on the device) without any user interaction needed. If it doesn't try closing the app and validating the SSO payload is on the devcie and then re-open the Authenticator app: :::image type="content" source="media/share-device-mode/microsoft-authenticator-set-up-shared-device-mode.png " alt-text="Screenshot showing the device registration screen in app"::: -1. The Authenticator app prompts you to provide your credentials, as shown: +1. If The Authenticator app prompts you to provide your credentials, as shown (please close the app and validate the SSO profile has been installed, DO NOT enter any email addess): :::image type="content" source="media/share-device-mode/cloud-administrator-provide-credentials.png " alt-text="Screenshot of the sign-in page in Authenticator app"::: -1. Upon providing credentials, the device is successfully set in shared device mode. +1. f teh registration successed, the device is successfully set in shared device mode. :::image type="content" source="media/share-device-mode/shared-device-mode-setup-successful.png " alt-text="Screenshot of a successful shared device mode setup in the Authenticator app":::