botauth icon indicating copy to clipboard operation
botauth copied to clipboard

Authentication middleware for the botframework

Results 40 botauth issues
Sort by recently updated
recently updated
newest added

Allows the use of botAuth behind a gateway. (Issue #62) The addition of the `servicePath` property allows the botauth get and post routes to be different from the callback and...

Looking at https://github.com/MicrosoftDX/AuthBot repo it suggests that the bot framework now has oauth based authN/authZ support provided [ https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-authentication?view=azure-bot-service-3.0 ]. Can you provide insights on what functionality is this work...

How does BotAuth compare to the implicit/silent auth flow in Teams Bot authentication?https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/authentication/auth-silent-aad Because BotAuth seems to stress on the need for magic number validation; is not the latter a...

The signin option does not work in 1:1 / private conversations. It works from within a teams channel. The signin card displays, but am not able to click the sign...

This issues comes in two parts: - There is a section about nugets but I didn't found a nuspec file yet - I searched for "BotAuth.AADv2" and installed but I'm...

Currently clicking the logout link, throws error response always. Changing it to show the sign-out message on successful sign-out.

Hey Dudes, Just wondering if in the case of authenticating against an Oauth2 based authentication mechanism (ie. Ping Federate), I need to implement a custom provider? I tried using the...

I have to run my bots in a kubernetes cluster behind a software gateway (not on a public host). This software gateway simply proxies requests for my bot, it accepts...

Unless I'm missing something the Azure AD v2 sample does not work. I have followed all the steps described in the readme.md. The bot does respond properly to the inputs...

I may be missing something in my implementation, however, I've found what appears to be a mismatch the schema in IDialogContext for UserData and BotAuth.ContextConstants. The properties in ConstantContext seem...