-
Hi,
I'm working on a bot that integrates with Bitbucket and Jira. I have followed this guide https://docs.microsoft.com/en-gb/azure/bot-service/bot-builder-authentication?view=azure-bot-service-4.0…
-
## Versions
What package version of the SDK are you using: botbuilder 4.15.0
What nodejs version are you using: 14.16.0
What browser version are you using: Version 98.0.4758.102 (Official Build) (6…
-
**Describe the request**
Is there any plan to use MSAL (instead of ADAL) for authentication?
**Explain why AAD Pod Identity needs it**
MSAL is the latest generation of authentication library that…
-
## Sample information
1. Sample type: **samples**
2. Sample language: **nodejs**
3. Sample name: **46.teams-auth**
## Describe the bug
I'm using sample auth with AADV2 connection and custom sco…
-
## Version
4.13.0
## Describe the bug
Impossible to have the OAUTH flow on emulator
## To Reproduce
Steps to reproduce the behavior:
1- Follow a tutorial like : [this one](https://docs.micro…
-
[Enter feedback here]
> To use these permissions, you must add a webApplicationInfo key to your app manifest with the following values:
We have an existing bot with a static web tab that uses SS…
-
## Version
Bot Framework SDK 4.8.1
## Describe the bug
**Limitation of using SMTP Client for sending email in C#:** System.Net.Mail does not support OAuth or OAuth 2.0
**Alternate Approach:** Ne…
-
### [Github issues](https://github.com/Microsoft/botbuilder-dotnet/issues) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) f…
-
Post the sign in, a page which prompts consent for the permissions needed for the application is displayed. On selecting "return to the application without granting consent" option an error message is…
-
I'm testing AuthenticationBot using emulator, but I keep on get exception.
In appsettings.json file, I already added
"ConnectionName": "botlogin"
Also I followed below document links, configure…