---
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


---

# OAuth parameters for default profile support

# OAuth parameters for default profile support {#ariaid-title1}

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

The default profile feature requires a set of parameters that you can use with the
setParameter() API to specify the OAuth requestor, a context for the
request, and the provider profile.
In the OAuth provider scenario, you must set three parameters that tell the OAuth provider
which OAuth profile to use by default. When these three parameters are set, the access token
is saved in the instance database. Use the parameters with GlideOAuthClientRequest.  
{#r_OAuthProfileParameters__table_k3h_zfh_vs__entry__2}

| Parameter | Description |
|-|-|
| `oauth_requestor` | The sys_id of the object, which can be a user record or an email account. |
| `oauth_requestor_context` | Descriptor that provides context for the OAuth requestor. As a good practice, use the name of the table where the `oauth_requestor` object is saved. |
| `oauth_provider_profile` | The sys_id of the OAuth profile record that is the default (see [Specify an OAuth profile](https://www.servicenow.com/docs/access?context=t_SpecifyAnOAuthProfile&version=australia&pubname=australia-api-reference&ft:locale=en-US)). |
[Tabelle : 1. OAuth parameters for default profile support]

{#r_OAuthProfileParameters__table_k3h_zfh_vs}

You do not need to use parameters to set the grant type and scope because the values are
configured in the OAuth profile record. If you do not use the parameters, you can use the
GlideOAuthClientRequest API methods setScope and
setGrantType. For additional information, see [setScope](https://www.servicenow.com/docs/access?context=c_GlideOAuthClientRequest&version=australia&pubname=australia-api-reference&ft:locale=en-US) and [setGrantType](https://www.servicenow.com/docs/access?context=c_GlideOAuthClientRequest&version=australia&pubname=australia-api-reference&ft:locale=en-US).

