---
sourceDocument: Australia Customer Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/customer-service-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Customer Service Management

ft:clusterId :

    - csm

bundleId :

    - csm

workflow :

    - Customer and Industry


---

# Non OIDC authentication for ServiceNow components

# Non OIDC authentication for ServiceNow components {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Generate a JSON Web Token (JWT) token to authenticate your ServiceNow components if your website doesn't use OpenID Connect (OIDC) authentication.
Nota:  
You can test ServiceNow components on your sandbox instance without setting up authentication. For more information, see [Test the ServiceNow components in a sandbox environment](https://servicenow-prod.fluidtopics.net/9zB4ru1PfaRDEYaHy~BWoQ#test-sn-comp-we "Enables you to test the ServiceNow components on your sandbox instance without setting up a custom URL and authentication. It isn’t recommended to use this method for production or non-production instance.").

## Setting up a JWT token in the ServiceNow instance {#auth-sn-webcomponents-non-oidc__section_lhy_gvk_bcc}

The token must be in JWT format with a user identifier. Create a OAuth Entity record and include the third party's well-known configuration to validate the token signature on the ServiceNow instance.

## Setting up a JWT token with public keys from a third-party website {#auth-sn-webcomponents-non-oidc__section_obn_3vk_bcc}

A JWT token can be created on your third-party website. It's validated if the third party provides the public key used for the token's signature using a JSON Web key Set (JWKS) URI and a well-known configuration URL.

To achieve this, two public URLs can be created. The first URL can provide the public key information. The second URL serves as the metadata or well-known configuration URL, referencing the URL of the public key under the
jwks_uri attribute. Once these URLs are set up, ServiceNow instance can be configured to accept third-party tokens generated by a third-party OIDC provider. For more information, see [Configure an OAuth OIDC provider for accepting third-party token](https://www.servicenow.com/docs/access?context=add-OIDC-entity&version=australia&pubname=australia-platform-security&ft:locale=en-US).

## Setting up JWT token with public key hosting on ServiceNow {#auth-sn-webcomponents-non-oidc__section_pv1_kvk_bcc}

A JWT token can also be issued from a third-party site. If you're unable to provide a JWKS URI and a well-known configuration, an alternative involves uploading the public key directly to the ServiceNow instance. Additionally, public-scripted REST APIs can be implemented to replicate the output of a well-known configuration endpoint. In such cases, the public key must be accessible through a
public-scripted REST endpoint within the ServiceNow instance.

