BotSsoConfig interface

Interface for SSO configuration for Bot SSO

Properties

aad

aad related configurations

dialog

Property Details

aad

aad related configurations

aad: Object

Property Value

Object

dialog

dialog?: { CustomBotSsoExecutionActivityHandler?: (ssoConfig: BotSsoConfig) => BotSsoExecutionActivityHandler, conversationState?: ConversationState, dedupStorage?: Storage, ssoPromptConfig?: { endOnInvalidMessage?: boolean, timeout?: number }, userState?: UserState }

Property Value

{ CustomBotSsoExecutionActivityHandler?: (ssoConfig: BotSsoConfig) => BotSsoExecutionActivityHandler, conversationState?: ConversationState, dedupStorage?: Storage, ssoPromptConfig?: { endOnInvalidMessage?: boolean, timeout?: number }, userState?: UserState }