JDBC Driver for ServiceNow

Build 23.0.8839

AuthScheme

The authorization scheme to be used when server authorization is to be performed.

Data Type

string

Default Value

"Auto"

Remarks

This property specifies the type of authentication to perform. Possible values are:

  • Auto: Lets the driver decide automatically based on the other connection properties you have set.
  • Basic: Set this to use BASIC authentication.
  • OAuth: Set this to perform OAuth authentication.
  • OAuthPassword: Set this to perform OAuth authentication with GrantType Password.

By default, AuthScheme is Basic, and if the User and Password properties are set, the driver will attempt basic authentication.

The driver will perform OAuth authentication if AuthScheme is set to OAuth, or OAuthAccessToken property is set.

The following options are available for SSO:

  • OKTA: Set to use a single sign on connection with OKTA as the identify provider.
  • ADFS: Set to use a single sign on connection with ADFS as the identify provider.
  • OneLogin: Set to use a single sign on connection with OneLogin as the identify provider.
  • PingFederate: Set to use a single sign on connection with PingFederate as the identity provider.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839