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


---

# Configure client type for OAuth and SSO records

# Configure client type for OAuth and SSO records {#ariaid-title1}

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

Configure the Client Type field for OAuth and SSO record related configurations.

When establishing sessions for various login types such as Web UI (interactive login), Iframe Embedded, Embedded or Integration, you can configure the client type for the OIDC (OAuth Entity), SAML, and Digest records that are used for
various login.

The client type choices are as follows:

* Iframe Embedded: Can be used for interactive ServiceNow instance that resides in an Iframe in the third party websites. For example, if there is a sensitive table (sys_user table - phone number of the user), as admin you can configure the ACL with the sec attribute (Iframe Embedded) set to false, to avoid the user accessing the data (table information) on the Iframe Embedded session in the third-party.
* Integration as a User: Can be used for Virtual Agent chat bot that are installed in desktop apps such as Slack, Teams etc.
* Integration as a Service: Can be used for machine to machine integration (communication between services).

{#client-type__ul_ryy_5xz_zbc}  
Hinweis:  
* <kbd class="ph userinput">Embedded</kbd> as a client type is available when the Embedded client access (<kbd class="ph userinput">com.glide.security.client_access</kbd>) plugin is installed for OIDC (OAuth Entity).
* For OIDC (OAuth Entity): All the choices are available.
* For SAML and Digest: Only Iframe embedded. You must edit the form and add the Client Type field to the record and select the Iframe Embedded client type.
* If the Client Type selected is none, then there is no classification of the session.
{#client-type__ul_tl2_2zz_zbc}

It is recommended to use client type field to every records created for OIDC (OAuth Entity), SAML, and Digest. This enables you to have a better control over each login methods that has the same configurations but distinguished with
the client type.

After configuring the field, whenever a user logs in from the corresponding configuration (OAuth or SSO), once the authentication is successful, the session is considered based on the configured client type and accordingly the session
timeout is leveraged.

For the current session, the corresponding security attribute are included or can be leveraged to prevent users from accessing table specific information within the selected client type. For more information, see [OOB (Out-of-Box) Security Attributes](https://servicenow-prod.fluidtopics.net/ksQAz3pm09WvDobx4MLf4A "Commonly used, generalized Security Attributes roles ready for use.").

## Session time out for the Client Types {#client-type__section_wtf_bnj_ybc}

Following are the system properties related to session time out for the various client types:

* <kbd class="ph userinput">glide.session_timeout.embedded</kbd>
* <kbd class="ph userinput">glide.session_timeout.iframe_embedded</kbd>
* <kbd class="ph userinput">glide.session_timeout.integration_as_a_user</kbd>
* <kbd class="ph userinput">glide.session_timeout.integration_as_a_service</kbd>
{#client-type__ul_gkq_dnj_ybc}

