---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Authenticate

# Authenticating to a ServiceNow instance with the ServiceNow SDK {#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

Authenticate to a ServiceNow instance and store user credentials for accessing the instance on your system with the ServiceNow SDK.

After installing the ServiceNow SDK, you can authenticate to an instance with the ServiceNow SDK command-line interface (CLI) to begin developing applications and installing them on your instance. A non-production instance should be used for application development.

You can use basic or OAuth 2.0 credentials to authenticate to an instance. To use OAuth 2.0 authentication, you must first configure the instance to support OAuth 2.0 authentication with the ServiceNow SDK by installing the ServiceNow IDE (version 1.1 or later) or importing the required XML configuration.

You can use basic or OAuth 2.0 credentials to authenticate to an instance. To use OAuth 2.0 authentication, your instance must have ServiceNow IDE (version 1.1 or later) installed or have the required XML configuration imported. By default, instances on the Australia release include ServiceNow IDE version 1.1.4 and support using OAuth 2.0 authentication with the ServiceNow SDK.

After authenticating to an instance with the ServiceNow SDK command-line interface (CLI), you can begin developing applications and installing them on your instance. A non-production instance should be used for application development.
* **[Authenticate to a ServiceNow instance using basic authentication with the ServiceNow SDK](https://servicenow-prod.fluidtopics.net/Qllmdwn119PoaQjrvchn_A)**   
  Use basic authentication to connect to a ServiceNow instance with the ServiceNow SDK.
* **[Configure a ServiceNow instance for OAuth 2.0 authentication with the ServiceNow SDK](https://servicenow-prod.fluidtopics.net/XKrm2lcAYDrATB1yO42jcQ)**   
  Import the configuration to use OAuth 2.0 authentication with the ServiceNow SDK to an instance.
* **[Authenticate to a ServiceNow instance using OAuth 2.0 with the ServiceNow SDK](https://servicenow-prod.fluidtopics.net/k99mHJZ6u90dtoMZpZgUUA)**   
  Use OAuth 2.0 authentication to connect to a ServiceNow instance with the ServiceNow SDK.

