- Authentication and Authorization
- Data Encryption and Storage
- Vulnerability Testing and Disclosure
- SOC 1 & 2 Type II Certification
- Secure Development and Operational Practices
- Third Party Providers
Authentication and Authorization
We implement and maintain strict authentication and authorization flows available under the industry-standard OAuth 2.0 specification and SAML 2.0 specification to make secure any granting of access to the m3ter platform for two user types. For both user types, operational protocols are imposed to safeguard against access by rogue or malicious actors:- Authorization Code: Used for human user access login via the m3ter Console. Temporary passwords are valid only for initial login and unsuccessful login attempts are automatically restricted to 5 attempts before passwords are invalidated.
- Single Sign-On. We support customers for implementing SSO in m3ter using external Identity Providers (IdPs) that conform to the Security Assertion Markup Specification 2.0 (SAML 2.0) standard. This ensures a single and secure point of identification is enforced on federated identities belonging to an external IdP when they log into and authenticate with the platform.
- Client Credentials: Used for machine-to-machine communication and API access to support service users. Access keys and API secrets must first be generated and then used to obtain Bearer Tokens before access can be made and valid API calls submitted. All Bearer tokens are time-bound limited to 5 hours validity from time of issue before expiry.