Skip to content

Commit 9077360

Browse files
authored
Merge pull request #250580 from omondiatieno/signin-problem
sign in problem first party - UI updates
2 parents 913d781 + 314d772 commit 9077360

File tree

2 files changed

+129
-264
lines changed

2 files changed

+129
-264
lines changed

articles/active-directory/manage-apps/application-sign-in-other-problem-access-panel.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -70,28 +70,28 @@ Access to My Apps can be blocked due to a problem with the user’s account. Fol
7070

7171
To check if a user’s account is present, follow these steps:
7272

73-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [User Administrator](../roles/permissions-reference.md#user-administrator).
74-
1. Browse to **Identity** > **Users** > **All users** >
75-
1. Search for the user you're interested in and **select the row** to view the details of the user.
73+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [user administrator](../roles/permissions-reference.md#user-administrator).
74+
1. Browse to **Identity** > **Users** > **All users**.
75+
1. Search for the user you're interested in and select the row to view the details of the user.
7676
1. Check the properties of the user object to be sure that they look as you expect and no data is missing.
7777

7878
### Check a user’s account status
7979

8080
To check a user’s account status, follow these steps:
8181

82-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [User Administrator](../roles/permissions-reference.md#user-administrator).
83-
1. Browse to **Identity** > **Users** > **All users** >
84-
1. **Search** for the user you're interested in and **select the row** to select.
82+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [user administrator](../roles/permissions-reference.md#user-administrator).
83+
1. Browse to **Identity** > **Users** > **All users**.
84+
1. Search for the user you're interested in and select the row with the user's details.
8585
1. Select **Profile**.
8686
1. Under **Settings** ensure that **Block sign in** is set to **No**.
8787

8888
### Reset a user’s password
8989

9090
To reset a user’s password, follow these steps:
9191

92-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [User Administrator](../roles/permissions-reference.md#user-administrator).
93-
1. Browse to **Identity** > **Users** > **All users** >
94-
1. **Search** for the user you're interested in and **select the row** to select.
92+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [user administrator](../roles/permissions-reference.md#user-administrator).
93+
1. Browse to **Identity** > **Users** > **All users**.
94+
1. Search for the user you're interested in and select the row with the user's details.
9595
1. Select the **Reset password** button at the top of the user pane.
9696
1. Select the **Reset password** button on the **Reset password** pane that appears.
9797
1. Copy the **temporary password** or **enter a new password** for the user.
@@ -108,8 +108,8 @@ To enable self-service password reset, follow these deployment steps:
108108

109109
To check a user’s multi-factor authentication status, follow these steps:
110110

111-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [User Administrator](../roles/permissions-reference.md#user-administrator).
112-
1. Browse to **Identity** > **Users** > **All users** >
111+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [user administrator](../roles/permissions-reference.md#user-administrator).
112+
1. Browse to **Identity** > **Users** > **All users**.
113113
1. Select the **Per-user MFA** button at the top of the pane.
114114
1. Once the **Multi-Factor Authentication** administration portal loads, ensure you are on the **Users** tab.
115115
1. Find the user in the list of users by searching, filtering, or sorting.
@@ -121,19 +121,19 @@ To check a user’s multi-factor authentication status, follow these steps:
121121

122122
To check a user’s authentication contact info used for Multi-factor authentication, Conditional Access, Identity Protection, and Password Reset, follow these steps:
123123

124-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [User Administrator](../roles/permissions-reference.md#user-administrator).
125-
1. Browse to **Identity** > **Users** > **All users** >
126-
1. **Search** for the user you're interested in and **select the row** to select.
124+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [user administrator](../roles/permissions-reference.md#user-administrator).
125+
1. Browse to **Identity** > **Users** > **All users**.
126+
1. Search for the user you're interested in and select the row with the user's details.
127127
1. Select **Authentication method** under **Manage**.
128128
1. **Review** the data registered for the user and update as needed.
129129

130130
### Check a user’s group memberships
131131

132132
To check a user’s group memberships, follow these steps:
133133

134-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [User Administrator](../roles/permissions-reference.md#user-administrator).
135-
1. Browse to **Identity** > **Users** > **All users** >
136-
1. **Search** for the user you're interested in and **select the row** to select.
134+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [user administrator](../roles/permissions-reference.md#user-administrator).
135+
1. Browse to **Identity** > **Users** > **All users**.
136+
1. Search for the user you're interested in and select the row with the user's details.
137137
1. Select **Groups** to see which groups the user is a member of.
138138

139139
### Check if a user has more than 999 app role assignments
@@ -145,26 +145,26 @@ This is because My Apps currently reads up to 999 app role assignments to determ
145145
To check if a user has more than 999 app role assignments, follow these steps:
146146

147147
1. Install the [**Microsoft.Graph**](https://github.com/microsoftgraph/msgraph-sdk-powershell) PowerShell module.
148-
2. Run `Connect-MgGraph -Scopes "User.ReadBasic.All Application.Read.All"`and sign in as at least a [User Administrator](../roles/permissions-reference.md#user-administrator)..
148+
1. Run `Connect-MgGraph -Scopes "User.ReadBasic.All Application.Read.All"`and sign in as at least a [User Administrator](../roles/permissions-reference.md#user-administrator)..
149149
1. Run `(Get-MgUserAppRoleAssignment -UserId "<user-id>" -PageSize 999).Count` to determine the number of app role assignments the user currently has granted.
150150
1. If the result is 999, the user likely has more than 999 app roles assignments.
151151

152152
### Check a user’s assigned licenses
153153

154154
To check a user’s assigned licenses, follow these steps:
155155

156-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [User Administrator](../roles/permissions-reference.md#user-administrator).
157-
1. Browse to **Identity** > **Users** > **All users** >
158-
1. **Search** for the user you're interested in and **select the row** to select.
156+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [user administrator](../roles/permissions-reference.md#user-administrator).
157+
1. Browse to **Identity** > **Users** > **All users**.
158+
1. Search for the user you're interested in and select the row with the user's details.
159159
1. Select **Licenses** to see which licenses the user currently has assigned.
160160

161161
### Assign a user a license
162162

163163
To assign a license to a user, follow these steps:
164164

165-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [User Administrator](../roles/permissions-reference.md#user-administrator).
166-
1. Browse to **Identity** > **Users** > **All users** >
167-
1. **Search** for the user you're interested in and **select the row** to select.
165+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [user administrator](../roles/permissions-reference.md#user-administrator).
166+
1. Browse to **Identity** > **Users** > **All users**.
167+
1. Search for the user you're interested in and select the row with the user's details.
168168
1. Select **Licenses** to see which licenses the user currently has assigned.
169169
1. Select the **Assignments** button.
170170
1. Select one or more licenses from the list of available products.
@@ -179,7 +179,7 @@ Deep links or User access URLs are links your users may use to access their pass
179179

180180
To check if you have the correct deep link, follow these steps:
181181

182-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator).
182+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator).
183183
1. Browse to **Identity** > **Applications** > **Enterprise applications** > **All applications**.
184184
1. Enter the name of the existing application in the search box, and then select the application from the search results.
185185
1. Find the label **User Access URL**. Your deep link should match this URL.

0 commit comments

Comments
 (0)