Technical Reference

Authentication Configuration

Establish secure machine-to-machine trust using industry-leading protocols.

Security Gateways

Auth Configuration
Advanced Security Screen

Field Explanations

Authentication Type
Choose between JWT or OAuth. Production environment mandates OAuth 2.0 with sender-constrained tokens.
Payload Security
Toggle between Plain and Encrypted (JWE). Encryption ensures payload confidentiality during transit.
Signature Type Required
Select JWS (JSON Web Signature). This enables non-repudiation and ensures the request source is verified.
Transport Security
Requires mTLS (Mutual TLS 1.3). Both client and server certificates are validated.
Key Rotation Days
The automatic expiry cycle for access keys. Default is 90 days.

Setup Workflow

Step 1: Select OAuth as your primary Auth type.

Step 2: Enable mTLS and upload your root trust anchors.

Step 3: Configure JWKS endpoints for public key exchange.

Step 4: Save and test connectivity in the Staging sandbox.