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
# How to enable Microsoft Authenticator Lite for Outlook mobile (preview)
21
21
22
+
>[!NOTE]
23
+
>Rollout has not yet completed across Outlook applications. If this feature is enabled in your tenant, your users may not yet be prompted for the experience. To minimize user disruption, we recommend enabling this feature when the rollout completes.
24
+
22
25
Microsoft Authenticator Lite is another surface for Azure Active Directory (Azure AD) users to complete multifactor authentication by using push notifications or time-based one-time passcodes (TOTP) on their Android or iOS device. With Authenticator Lite, users can satisfy a multifactor authentication requirement from the convenience of a familiar app. Authenticator Lite is currently enabled in [Outlook mobile](https://www.microsoft.com/microsoft-365/outlook-mobile-for-android-and-ios).
23
26
24
27
Users receive a notification in Outlook mobile to approve or deny sign-in, or they can copy a TOTP to use during sign-in.
@@ -40,8 +43,30 @@ Users receive a notification in Outlook mobile to approve or deny sign-in, or th
40
43
41
44
## Enable Authenticator Lite
42
45
46
+
>[!NOTE]
47
+
>Rollout has not yet completed across Outlook applications. If this feature is enabled in your tenant, your users may not yet be prompted for the experience. To minimize user disruption, we recommend enabling this feature when the rollout completes.
48
+
43
49
By default, Authenticator Lite is [Microsoft managed](concept-authentication-default-enablement.md#microsoft-managed-settings) and disabled during preview. After general availability, the Microsoft managed state default value will change to enable Authenticator Lite.
44
50
51
+
### Enablement Authenticator Lite in Azure portal UX
52
+
53
+
To enable Authenticator Lite in the Azure portal, complete the following steps:
54
+
55
+
1. In the Azure portal, click Security > Authentication methods > Microsoft Authenticator.
56
+
57
+
2. On the Enable and Target tab, click Yes and All users to enable the policy for everyone or add selected users and groups. Set the Authentication mode for these users/groups to Any or Push.
58
+
59
+
Only users who are enabled for Microsoft Authenticator here can be enabled to use Authenticator Lite for sign-in, or excluded from it. Users who aren't enabled for Microsoft Authenticator can't see the feature. Users who have Microsoft Authenticator downloaded on the same device Outlook is downloaded on will not be prompted to register for Authenticator Lite in Outlook.
3. On the Configure tab, for **Microsoft Authenticator on companion applications**, change Status to Enabled, choose who to include or exclude from Authenticator Lite, and click Save.
65
+
66
+
<imgwidth="664"alt="Authenticator Lite configuration settings"src="https://user-images.githubusercontent.com/108090297/228603364-53f2581f-a4e0-42ee-8016-79b23e5eff6c.png">
67
+
68
+
### Enable Authenticator Lite via Graph APIs
69
+
45
70
| Property | Type | Description |
46
71
|----------|------|-------------|
47
72
| excludeTarget | featureTarget | A single entity that is excluded from this feature. <br>You can only exclude one group from Authenticator Lite, which can be a dynamic or nested group.|
@@ -119,7 +144,7 @@ If the sign-in was done by phone app notification, under **authenticationAppDeiv
119
144
If a user has registered Authenticator Lite, the user’s registered authentication methods include **Microsoft Authenticator (in Outlook)**.
120
145
121
146
## Push notifications in Authenticator Lite
122
-
Push notifications sent by Authenticator Lite aren't configurable and don't depend on the Authenticator feature settings. The settings for features included in the Authenticator Lite experience are listed in the following table.
147
+
Push notifications sent by Authenticator Lite aren't configurable and don't depend on the Authenticator feature settings. The settings for features included in the Authenticator Lite experience are listed in the following table. Every authentication includes a number matching prompt and does not include app and location context, regardless of Microsoft Authentiator feature settings.
123
148
124
149
| Authenticator Feature | Authenticator Lite Experience|
@@ -153,7 +178,7 @@ Users can only register for Authenticator Lite from mobile Outlook. Authenticato
153
178
154
179
### Can users register Microsoft Authenticator and Authenticator Lite?
155
180
156
-
Users that have Microsoft Authenticator on their device can't register Authenticator Lite. If a user has an Authenticator Lite registration and then later downloads Microsoft Authenticator, they can register both. If a user has two devices, they can register Authenticator Lite on one and Microsoft Authenticator on the other.
181
+
Users that have Microsoft Authenticator on their device can't register Authenticator Lite on that same device. If a user has an Authenticator Lite registration and then later downloads Microsoft Authenticator, they can register both. If a user has two devices, they can register Authenticator Lite on one and Microsoft Authenticator on the other.
0 commit comments