Skip to content

Commit 967515a

Browse files
Merge pull request #263338 from JnHs/jh-mobile-entra
add mobile app entra topic
2 parents 0f6058d + 107d2b3 commit 967515a

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

articles/azure-portal/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
- name: Alerts and notifications
6969
href: mobile-app/alerts-notifications.md
7070
displayName: mobile, app, push
71+
- name: Microsoft Entra ID
72+
href: mobile-app/microsoft-entra-id.md
73+
displayName: mobile, app
7174
- name: Reference
7275
items:
7376
- name: Keyboard shortcuts
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: Use Microsoft Entra ID with the Azure mobile app
3+
description: Use the Azure mobile app to manage users and groups with Microsoft Entra ID.
4+
ms.date: 01/22/2024
5+
ms.topic: conceptual
6+
---
7+
8+
# Use Microsoft Entra ID with the Azure mobile app
9+
10+
The Azure mobile app provides access to Microsoft Entra ID. You can perform tasks such as managing users and updating group memberships from within the app.
11+
12+
To access Microsoft Entra ID, open the Azure mobile app and sign in with your Azure account. From **Home**, scroll down to select the **Microsoft Entra ID** card.
13+
14+
> [!NOTE]
15+
> Your account must have the appropriate permissions in order to perform these tasks. For example, to invite a user to your tenant, you must have a role that includes this permission, such as [Guest Inviter](/entra/identity/role-based-access-control/permissions-reference) role or [User Administrator](/entra/identity/role-based-access-control/permissions-reference).
16+
17+
## Invite a user to the tenant
18+
19+
To invite a [guest user](/entra/external-id/what-is-b2b) to your tenant from the Azure mobile app:
20+
21+
1. In **Microsoft Entra ID**, select **Users**, then select the **+** icon in the top right corner.
22+
1. Select **Invite user**, then enter the user's name and email address. You can optionally add a message for the user.
23+
1. Select **Invite** in the top right corner, then select **Save** to confirm your changes.
24+
25+
## Add users to a group
26+
27+
To add one or more users to a group from the Azure mobile app:
28+
29+
1. In **Microsoft Entra ID**, select **Groups**.
30+
1. Search or scroll to find the desired group, then tap to select it.
31+
1. On the **Members** card, select **See All**. The current list of members is displayed.
32+
1. Select the **+** icon in the top right corner.
33+
1. Search or scroll to find users you want to add to the group, then select the user(s) by tapping the circle next to their name.
34+
1. Select **Add** in the top right corner to add the selected users(s) to the group.
35+
36+
## Add group memberships for a specified user
37+
38+
You can also add a single user to one or more groups in the **Users** section of **Microsoft Entra ID** in the Azure mobile app. To do so:
39+
40+
1. In **Microsoft Entra ID**, select **Users**, then search or scroll to find and select the desired user.
41+
1. On the **Groups** card, select **See All** to display all current group memberships for that user.
42+
1. Select the **+** icon in the top right corner.
43+
1. Search or scroll to find groups to which this user should be added, then select the group(s) by tapping the circle next to the group name.
44+
1. Select **Add** in the top right corner to add the user to the selected group(s).
45+
46+
## Manage authentication methods or reset password for a user
47+
48+
To [manage authentication methods](/entra/identity/authentication/concept-authentication-methods-manage) or [reset a user's password](/entra/fundamentals/users-reset-password-azure-portal), you need to do the following steps:
49+
50+
1. In **Microsoft Entra ID**, select **Users**, then search or scroll to find and select the desired user.
51+
1. On the **Authentication methods** card, select **Manage**.
52+
1. Select **Reset password** to assign a temporary password to the user, or **Authentication methods** to manage to Tap on the desired user, then tap on “Reset password” or “Authentication methods” based on your permissions.
53+
54+
> [!NOTE]
55+
> You won't see the **Authentication methods** card if you don't have the appropriate permissions to manage authentication methods and/or password changes for a user.
56+
57+
## Next steps
58+
59+
- Learn more about the [Azure mobile app](overview.md).
60+
- Download the Azure mobile app for free from the [Apple App Store](https://aka.ms/azureapp/ios/doc), [Google Play](https://aka.ms/azureapp/android/doc) or [Amazon App Store](https://aka.ms/azureapp/amazon/doc).

0 commit comments

Comments
 (0)