# Interface SisenseContextConfig

Configurations and authentication for Sisense Context.

Use one of the following to authenticate:

# Properties

# Sisense App

# 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

# Sisense 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?: null | string

Token for bearer authentication (opens new window).

To signify that the token is pending (e.g., being generated), set the value to null. This is supported for React and Vue only.


# useFusionAuth

useFusionAuth?: boolean

Flag to delegate authentication to Fusion.

Defaults to false.


# wat

wat?: null | string

Web Access Token (opens new window).

To signify that the token is pending (e.g., being generated), set the value to null. This is supported for React and Vue only.