---
sourceDocument: Yokohama Platform security
sourceDocumentLink: https://www.servicenow.com/docs/r/yokohama/platform-security

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Add the OAuth Application User

# Add the OAuth Application User {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Add the OAuth Application User field on the OAuth Entity form to use the Client Credentials grant type for OAuth inbound integrations.

## Before you begin

Role required: admin, oauth_admin

Plugin required: OAuth 2.0.

You must create an OAuth client. For more information, see [Create an endpoint for clients to access the instance](https://www.servicenow.com/docs/7gfyQrKUmISQKzOPs4aogQ "Create an OAuth application endpoint for external client applications to access the ServiceNow instance.").

## Procedure

1. Open the OAuth client record that was created.
2. Select more options icon on the page header.
3. Select ConfigureForm Design.
4. On the Form Design page, add OAuth Application User from the list of fields.
5. Save or Update the form.
6. Select the user for the OAuth Application User.  
   For example, System Administrator.  
   Note:  
   Use the [REST API Auth Scope](https://www.servicenow.com/docs/8Z9~3AB5~DnGqSuMWaOhgw "Use the REST API Auth Scope to provide access to a specific REST API") to define the permissions of the client application, and control its access to the APIs.
7. Save or Update the form.  
   Any token request with the Grant Type as Client Credentials, Client ID, and Secret is passed for the associated OAuth
   Application User in ServiceNow®.  
   Note:  
   If the OAuth Application User isn't selected on the OAuth client record or the Client Credentials property is set to <kbd class="ph userinput">false</kbd>, then the token request will fail.

*[\>]: and then


