Skip to content

In Outlook, the compose extension shows 'login required.' but in teams compose shows the full card. #1836

@aalavandaan

Description

@aalavandaan

We are trying to show the auth card in message extension using BOT SDK with the below code sample. But in teams the card is visible but in outlook it i snot visible completely instead shows 'login required.'

return new MessagingExtensionResponse
{
ComposeExtension = new MessagingExtensionResult
{
Type = "auth",
SuggestedActions = new MessagingExtensionSuggestedAction
{
Actions = new List
{
new CardAction
{
Type = ActionTypes.OpenUrl,
Value = signInLink,
Title = "Bot Service OAuth",
},
},
},
},
};

Image Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions