A cloud-based identity and access management service for securing user authentication and resource access
Hey Dhruv, it sounds like someone else has lingering access to your Azure/Microsoft Entra account even after you changed the password. Here’s what you can do to lock them out and shore up your security:1. Revoke all active sessions
- Go to https://myprofile.microsoft.com > Security info > Devices and sessions, and click “Sign me out everywhere.”
- Or in the Azure portal under Entra ID > Users > select your user > “Revoke sign-in sessions.” This will force everyone to re-authenticate.
- Enable and enforce MFA
- In the Azure portal, go to Entra ID > Security > Authentication methods and configure Microsoft Authenticator (or another MFA option).
- Turn on the built-in Conditional Access baseline policy “Require MFA for all users” or roll your own MFA-required policy.
- Review risky sign-ins and apply Identity Protection
- Enable Microsoft Entra ID Protection (free to start) via Entra ID > Identity Protection.
- Under “User risk policy” set the action to require a password change or block access when a risky sign-in is detected.
- Keep an eye on the Sign-in logs (Entra ID > Monitoring > Sign-ins) to spot any unusual locations or devices.
- Check and update your security info
- Make sure your recovery phone, email, and authenticator app details are up to date.
- Remove any methods you don’t recognize.
- Contact your college IT / tenant administrator
- If this is an organizational account, ask your campus IT team to confirm you’re the only owner/admin of that user object and to remove any extra administrator roles or guest entries.
Reference docs:
- Use risk detections for user sign-ins: https://docs.microsoft.com/azure/active-directory/authentication/tutorial-risk-based-sspr-mfa
- Sign-in logs in Microsoft Entra ID: https://docs.microsoft.com/azure/active-directory/reports-monitoring/concept-sign-ins
- Overview of Microsoft Entra ID account recovery: https://learn.microsoft.com/entra/identity/authentication/concept-account-recovery-overview
- How end users can perform account recovery: https://learn.microsoft.com/entra/identity/authentication/how-to-account-recovery-for-users