Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions msal-objc-articles/set-up-ios-device-shared-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typos:
Current:
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):

Possible Correction:
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):

Comment thread
ShannonLeavitt marked this conversation as resolved.

:::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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typos:
Current:
f teh registration successed, the device is successfully set in shared device mode.

Correction:
If the registration succeeded, the device is successfully set in shared device mode.

Comment thread
ShannonLeavitt marked this conversation as resolved.

:::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":::

Expand Down