-
I have a messaging extension (`composeExtension/query`) that requires authentication (it searches a 3rd party API). If the user attempts to search but is not logged in, I want to prompt the user to si…
-
### [Github issues](https://github.com/Microsoft/botbuilder-js/issues) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for g…
-
CSS Sees issues come in related to translation, where cards (adaptive, etc) are not being translated.
Consider updating this sample to include an Adaptive Card translation.
-
Hi,
Our application is using OAuthPrompt in order to get Bot Framework Token:
AddDialog(new OAuthPrompt(
nameof(OAuthPrompt),
new OAuthPromptSetting…
vbatr updated
1 month ago
-
### [Github issues](https://github.com/Microsoft/botframework-emulator/issues) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframewor…
-
### Steps to reproduce
The issue seems to be because of the lower timeout for the messages received from the user through adaptive card input.
Is there a way to increase the timeout of this input me…
-
**Background:**
We are adding images in Bot Framework Composer with Hero Cards, like so:
[HeroCard
title = Example of a phishing email
text = Here's an example of a phishing email!
imag…
-
#### Investigative information
- Timestamp: 2021-06-17T10:56:29.944
- Function App version: 3
- Function App name:
- Function name(s) (as appropriate): messages
- Invocation ID: dcaee1ff-d…
-
node v16 is current in EOL status.
https://nodejs.github.io/nodejs.dev/en/about/releases/#:~:text=Major%20Node.js%20versions%20enter%20Current%20release%20status%20for,LTS%20status%20and%20are%20re…
-
Right now botframework supports authentication using Password or Certificate. It has been possible for a while now to authenticate as an App Registration using Federated Identity Credential - which is…