Security & Network Controls

Configure security and network controls for RiskOS™, including mTLS, payload encryption, and IP allowlisting for API communication.

RiskOS™ provides multiple layers of security to protect API communication and access to the Dashboard. Every API call is secured by default with TLS encryption and API key authentication. You can enable additional optional controls to meet your organization's compliance and security requirements.


Default security

All RiskOS™ API communication includes the following protections without any additional configuration:

ControlDescription
TLS encryptionAll API traffic is encrypted using TLS 1.2 or higher (TLS 1.3 recommended).
API key authenticationEvery request requires a valid API key in the Authorization header.

Optional security controls

RiskOS™ offers three additional security controls that you can enable independently or together based on your requirements.


Choosing the right controls

Use the following table to determine which controls apply to your integration.

RequirementRecommended control
Protect payload contents beyond TLSPayload encryption
Verify client identity at the transport layermTLS
Restrict access by network originIP filtering
Meet regulatory or compliance mandatesCombine controls as required by your compliance team
📘

Note:

All three controls are independent and optional. You can enable any combination without affecting the others. API key authentication remains required regardless of which controls you enable.


Setup requirements

Each control requires a one-time setup process with Socure before you can use it.

ControlSetup requirementLead time
Payload encryptionX.509 certificate exchange with Socure for your RiskOS™ accountContact Socure Support
mTLSShare your client CA bundle with Socure for trust store configuration3–5 business days
IP filteringSelf-service configuration in the RiskOS™ DashboardImmediate

Related resources

  • Security best practices — Broader guidance on encryption, API key management, RBAC, and monitoring for your RiskOS™ integration.
  • API reference — Complete endpoint specifications, parameters, and response schemas.