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
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 }