AuthBot
AuthBot copied to clipboard
General authentication/authorization Bot Framework sample
When will this be available to ASP Net Core 2.0? To get it working on ASP .NET Core 2.0 I've made a copy of Callbak controller with a few changes....
I'm trying to connect COSMOS DB. It works. But after that, Auth bot is not working. It keeps telling me "Please click to sign in". When I click, I can...
The default state client is for prototyping. This modification changes OAuthCallbackController so it uses IBotDataStore. ref: https://github.com/MicrosoftDX/AuthBot/issues/28
I'm using Authbot simply for Authentication. How do I get the username from AuthBot once they log in? 
I have create an app on https://apps.dev.microsoft.com/ for MS graph access and getting users authenticated to AADv2. I have a bot running on node.js where I'm configuring following const AZUREAD_APP_ID...
I am looking for node.js version of SampleAADv1Bot. Is it available ?
Updated all the packages with latest BotBuilder 3.13.0.3. Added support for email in AuthBot, regex to retreive the magic code (needed in case of email for better user experience). Updated...
Dear sirs, Does AuthBot works with third party identity provider like Auth0 (https://auth0.com/) Thank you,
Install Azure Storage Emulator and check operation ### Steps to reproduce using SampleAADv2Bot: 1. Install NuGet Package Autofac.WebApi2 2. Install NuGet package Microsoft.BotBuilder.Azure in Global.asax.cs 1. Add the following after...