Configure mutual TLS (mTLS) to establish a trusted and secure connection
Before your application can communicate with the SingleView B2B API Suite, a secure communication channel must be established using mutual TLS (mTLS). This process ensures that both the client application and the SingleView platform authenticate each other, providing a trusted and encrypted connection for all API requests.
As part of the onboarding process, the SingleView technical team validates your certificates and assists with the certificate exchange required to establish secure connectivity.
To ensure compatibility with the platform, the SingleView technical team performs a comprehensive review of the certificates provided by your organization.
The validation process includes:
Before enabling connectivity, the technical team performs a security assessment to ensure the client environment supports the platform's security requirements.
This assessment includes:
Follow the steps below to establish a secure connection with the SingleView platform.
Generate a Certificate Signing Request (CSR) from your environment and send it to the SingleView technical team via email.
The CSR should be sent to info@onesingleview.com
The CSR is used to generate a client certificate that will be trusted by the SingleView platform.
Upon receiving your CSR, the SingleView technical team signs the certificate using the SingleView Root Certificate Authority (CA).
The signed certificate is then securely shared with your organization for implementation.
Install the signed client certificate alongside the corresponding private key in your application or gateway.
During the TLS handshake:
Once mutual authentication is successful, a secure TLS session is established, allowing your application to communicate with the SingleView APIs.
After completing the certificate exchange and configuring mutual TLS, your application will have a secure, authenticated connection to the SingleView B2B API Suite and will be ready to authenticate API requests using access tokens and request signatures.