---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Private Key JWT Support for OAuth 2.0 Client Authentication

# Private Key JWT Support for OAuth 2.0 Client Authentication {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Support JWT Support for OAuth 2.0 Client Authentication.

Private Key JWT Client Authentication is an authentication method that can be used by clients to authenticate to the authorization server when using the token endpoint.

In this authentication mechanism, only the clients that have registered a public key and signed a JWT using that key can authenticate.

The JWT must contain REQUIRED claim values and may contain OPTIONAL claim values. To know more about the claim values needed for the JWT for <kbd class="ph userinput">private_key_jwt</kbd> authentication, refer the Client Authentication section
in the [OpenID Connect core](https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication) documentation.  
Hinweis:  
The authentication token must be sent as the value of the client_assertion parameter. The value of the  client_assertion_type  parameter must be  <kbd class="ph userinput">urn:ietf:params:oauth:client-assertion-type:jwt-bearer</kbd>.

Plugins required for OAuth 2.0 Client Authentication using JWT token:

* OAuth 2.0 (com.snc.platform.security.oauth): This plugin is active on new and upgraded instances. If the plugin is not active on your instance, you can activate it.
* Integration - Multiple Provider Single Sign-On Installer (com.snc.integration.sso.multi.installer): For OIDC based single sign-on use case.
{#jwt-support-for-oauth__ul_t2f_b4n_lzb}

You can use the OAuth 2.0 Client Authentication using Private Key JWT for the following:

* [OIDC based single sign-on](https://servicenow-prod.fluidtopics.net/mZDAdb5kxK1IQ4bdyfM_OQ "Configure Private Key JWT for OIDC based SSO integrations.")
* [Outbound OAuth integrations](https://servicenow-prod.fluidtopics.net/ZDE9solO27hnXbFKNUgG~Q "Configure Private Key JWT for outbound OAuth integrations.")
{#jwt-support-for-oauth__ul_rk3_lhn_lzb}

