Share via


BotSsoConfig interface

Warning

This API is now deprecated.

This package will be deprecated by 2026-07. Please use Microsoft 365 Agents SDK instead.

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 }