CData Python Connector for SAP HANA

Build 25.0.9454

SSOProperties

Specifies additional properties required to connect to the identity provider when using single sign-on (SSO) authentication.

Data Type

string

Default Value

""

Remarks

Set this property to a semicolon-separated list of key-value pairs that define SSO-specific parameters required by the selected identity provider.

The supported parameters depend on the provider specified in the AuthScheme property.

Okta Example

When connecting to SAP HANA using Okta as the identity provider, the connector uses the values in SSOProperties to complete the multi-factor or token-based login process.

  • Domain: The Okta domain used for authentication. For example, myorg.okta.com.
  • APIToken: (optional) The Okta API token, used when authenticating through a trusted application or proxy that overrides the Okta client request context.
  • MFAType: (optional) Specifies the multi-factor authentication method. Supported values include OktaVerify, Email, and SMS.

For example: SSOProperties='Domain=myorg.okta.com;MFAType=OktaVerify;

This property is useful for supplying provider-specific SSO settings when connecting to SAP HANA through Okta or another supported identity provider.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454