---
sourceDocument: Australia API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/api-reference

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Mutual authentication

# Outbound REST mutual authentication {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Mutual authentication causes the web service provider and consumer to authenticate with
each other before communicating.

Mutual authentication verifies the identity of both the client and the server during an outbound REST connection.

When ServiceNow initiates an outbound REST request using mutual authentication, it presents a client certificate to the external server. The server validates the certificate and, if trusted, allows the
connection to proceed. ServiceNow similarly validates the server certificate before completing the handshake.

Mutual authentication requires a client certificate and private key stored on the ServiceNow instance, and a server certificate issued by a trusted certificate authority (CA).  
Note:  
For information about mutual authentication for inbound web services, see [Certificate-based authentication](https://www.servicenow.com/docs/access?context=certificate-based-authentication&version=australia&pubname=australia-platform-security&ft:locale=en-US).

For information about using a custom HTTPS protocol profile to enable mutual authentication, see [Create a protocol profile](https://servicenow-prod.fluidtopics.net/voLqN5tQ0Dh3iUo7E40ilQ "You can create a custom HTTPS protocol profile to specify the credentials and certificates used for outbound web services. For example, you can create a custom HTTPS protocol profile to enable mutual authentication.").

