Authentication
Authentication is the process of confirming that a user is who they claim to be. At its most basic, this is a username and password. At its most resilient, it is a combination of something the user knows, something they have, and something they are, enforced through policies that adapt based on risk context.
Microsolve implements and manages authentication controls across the environment:
- Multi-Factor Authentication (MFA): enforced across all accounts, with phishing-resistant options (such as FIDO2 hardware keys or authenticator apps) for privileged and high-risk roles
- Conditional Access: policies that evaluate the context of each sign-in attempt (device health, location, user risk level, application sensitivity) and grant, challenge, or block access accordingly
- Single Sign-On: centralised authentication that reduces the number of credentials users manage and ensures every application access event flows through a governed identity layer
- Passwordless Authentication: where appropriate, reducing reliance on passwords entirely using Microsoft Entra ID or OneLogin authenticator capabilities
- Legacy Authentication Blocking: older authentication protocols that do not support MFA are identified and blocked, removing a commonly exploited attack pathway