# Interface SisenseContextProviderProps

Configurations and authentication for Sisense Context.

Use one of the following to authenticate:

# Properties

# Authentication

# ssoEnabled

ssoEnabled?: boolean

Single Sign-On (opens new window) toggle.

Set to true to use SSO authentication. When true, this overrides any other authentication methods. Defaults to false.


# token

token?: string

Token for bearer authentication (opens new window).


# wat

wat?: string

Web Access Token (opens new window).

# Other

# appConfig

appConfig?: AppConfig

Application specific configurations such as locale and date formats.


# defaultDataSource

defaultDataSource?: DataSource

Default data source explicitly set to be used by child components that are not defined with a data source.


# url

url: string

URL of the Sisense environment the app connects to