# 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
# enableSilentPreAuth
enableSilentPreAuth?:
boolean
Boolean flag to enable sending silent pre-authentication requests to the Sisense instance.
Used to check if user is already authenticated, check is performed in an ivisible iframe.
Used only with SSO authentication.
If not specified, the default value is false
.
# 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.