Learn what Authentication & Authorization means to secure your FOCUS application. Also watch step by step how to setup MFA.
When you try to use an app, authentication answers this question:
“Are you really the person you say you are?”
Think of an app like a locked house:
FOCUS supports modern authentication methods including username/password with strong password policies, multi factor authentication (MFA), and integration with Microsoft Entra for enterprise identity management.
We use secure credential handling and avoid storing sensitive credentials in application code or configuration files.
Multifactor authentication works by requiring two or more of the following authentication methods:
Once an app knows who you are (authentication), authorization answers this question:
“What can this user access or perform?”
Think of an office building:
Apps usually base authorization on:
You might get inside, but only authorized people can access certain offices.
FOCUS enforces role-based access control (RBAC) at both the application and data layers. Permissions are explicitly defined and agencies should review them under Administration > Roles to ensure users only have access required for their job functions. Administrative privileges are limited and audited.