Lab 12: Entra Sign-In Logs, MFA and SSPR Support

Investigated a failed Microsoft 365 sign-in through Microsoft Entra logs, identified the authentication error, validated recovery and configured a controlled Self-Service Password Reset pilot for Nietz Ltd.

Overview

This lab extended the delegated identity administration model from Lab 11 into practical sign-in troubleshooting and recovery. The earlier Microsoft 365 labs established the cloud identity baseline, MFA readiness and pilot group model; this work used those foundations to investigate a user sign-in failure and configure a controlled SSPR rollout.

The scenario uses Kate Jones as the affected standard user and Chloe Bennett as the delegated helpdesk context from the previous lab. The work demonstrates both troubleshooting evidence and configuration evidence: failed sign-in logs, detailed error analysis, successful recovery, SSPR pilot scoping, authentication method policy, registration settings, notification settings, audit logs and user authentication method validation.

Objective

The objective was to show how a Microsoft 365 support analyst can investigate user sign-in failure, confirm the cause through Entra logs, validate successful recovery, and reduce future helpdesk dependency by enabling SSPR for a small pilot group.

Environment

Environment
ComponentValue
CompanyNietz Ltd
Microsoft 365 / Entra domainnietz.co.uk
Licence baselineMicrosoft 365 Business Premium
Daily administrator[email protected]
Delegated helpdesk user[email protected]
Affected user[email protected]
SSPR pilot groupGRP_SSPR_Pilot
Authentication method validatedMicrosoft Authenticator notification
Sign-in error investigated50126 - invalid username or password
Previous lab dependencyLab 11: Entra ID Users, Groups and Roles
Next lab dependencyLab 13: Hybrid Identity Readiness

Configuration and Evidence

1. Failed Kate Jones Sign-In Events Filtered

I filtered Entra sign-in events for Kate Jones and confirmed repeated failed interactive sign-ins to One Outlook Web.

Microsoft Entra sign-in events filtered to Kate Jones showing failed One Outlook Web sign-ins with error code 50126
Figure 1Kate Jones sign-in events filtered to show failed One Outlook Web sign-ins with error code 50126.
Context: Filtering sign-in logs by user and date reduces noise and gives first-line support a clear starting point before resetting passwords or escalating.

2. Sign-In Failure Detail Reviewed

I opened the failed sign-in event and reviewed the basic details. The failure reason showed that the credentials were not valid.

Activity Details Sign-ins page showing Kate Jones failure status, error code 50126 and invalid username or password reason
Figure 2Failed sign-in detail showing status Failure, error code 50126, and invalid username or password as the failure reason.
Context: Error code 50126 supports a credential-focused recovery path rather than a Conditional Access, licensing or service availability escalation.

3. Successful Sign-In Confirmed After Recovery

After the account recovery action, I refreshed the sign-in logs and confirmed a successful Kate Jones sign-in above the earlier failed attempts.

Microsoft Entra sign-in events showing Kate Jones successful One Outlook Web sign-in above earlier failed attempts
Figure 3Kate Jones sign-in log showing successful access after the earlier failed attempts.
Context: A successful follow-up sign-in validates the fix and gives the ticket a clean closure point.

4. SSPR Enabled for a Pilot Group

I enabled Self-Service Password Reset for the dedicated pilot group GRP_SSPR_Pilot rather than enabling it tenant-wide.

Password reset properties showing Self service password reset enabled for selected group GRP_SSPR_Pilot
Figure 4Self-Service Password Reset enabled for the selected pilot group GRP_SSPR_Pilot.
Context: A pilot group allows SSPR to be tested safely with selected users before wider rollout.

5. Authentication Methods Policy Reviewed

I reviewed the tenant authentication methods policy and confirmed Microsoft Authenticator, Temporary Access Pass, Software OATH tokens and Email OTP were enabled for all users, while SMS and voice call were not enabled.

Authentication method policies showing Microsoft Authenticator, Temporary Access Pass, Software OATH tokens and Email OTP enabled
Figure 5Authentication method policy showing supported methods available for authentication and password reset scenarios.
Context: SSPR scope and authentication method availability are separate controls: the group controls who can use SSPR, while the authentication methods policy controls what methods users can register and use.

6. SSPR Registration Policy Configured

I configured users in scope to register when signing in and set authentication information reconfirmation to 90 days.

Password reset registration policy showing users required to register when signing in and reconfirm authentication information after 90 days
Figure 6SSPR registration policy requiring user registration at sign-in and reconfirmation every 90 days.
Context: Requiring registration at sign-in helps ensure pilot users are ready before they need to recover access under pressure.

7. SSPR Notification Policy Confirmed

I confirmed that users are notified on password resets and that admins are notified when other admins reset their password.

Password reset notifications showing user password reset notifications enabled and admin reset notifications enabled
Figure 7SSPR notification settings enabled for user password reset notifications and administrator reset visibility.
Context: Reset notifications improve visibility and help users or administrators detect unexpected account recovery activity.

8. SSPR Audit Log Validated

I checked the SSPR audit log and confirmed successful Update SSPR Settings events for the configuration changes.

Password reset audit logs showing Self-service Password Management Update SSPR Settings events with success status
Figure 8SSPR audit log showing successful policy management events for Update SSPR Settings.
Context: Audit evidence proves the configuration change was recorded and can be reviewed later during support, governance or security checks.

9. Kate Jones Authentication Method Confirmed

I checked Kate Jones' authentication methods and confirmed Microsoft Authenticator was available as a usable method with Microsoft Authenticator notification as the default sign-in method.

Kate Jones authentication methods showing Microsoft Authenticator as a usable method and Microsoft Authenticator notification as default sign-in method
Figure 9Kate Jones authentication methods showing Microsoft Authenticator as a usable method.
Context: User-level method validation confirms the recovery and MFA readiness state for the affected account, not just the tenant-level policy.

Validation

The troubleshooting path was validated when Kate Jones' failed sign-ins were visible in Entra sign-in logs, the failed event showed error code 50126, and a later sign-in showed successful access after recovery.

The SSPR rollout was validated when password reset was scoped to GRP_SSPR_Pilot, supported authentication methods were visible in the authentication methods policy, registration and notification settings were configured, successful SSPR policy updates appeared in audit logs, and Kate Jones had Microsoft Authenticator available as a usable method.

Key Technical Outcomes

This lab demonstrated practical Microsoft Entra sign-in troubleshooting, including filtered sign-in log review, event-level error analysis and post-fix validation.

It also demonstrated a staged SSPR rollout using a dedicated pilot group, supported authentication methods, registration enforcement, reset notifications and audit-log validation.

Summary

  • I filtered Entra sign-in logs for Kate Jones and identified failed One Outlook Web sign-ins.
  • I reviewed the failed sign-in detail and confirmed error code 50126.
  • I validated a later successful Kate Jones sign-in after recovery.
  • I enabled Self-Service Password Reset for GRP_SSPR_Pilot.
  • I reviewed the tenant authentication methods policy.
  • I configured SSPR registration and notification settings.
  • I confirmed SSPR configuration changes in audit logs.
  • I validated Kate Jones' Microsoft Authenticator method.