diff --git a/README.md b/README.md index 002bf844..24e0942d 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,39 @@ Welcome to General Bot Community Edition ![General Bot Logo](https://raw.githubusercontent.com/pragmatismo-io/BotServer/master/logo.png) General Bot is a package based chat bot server focused in convention over configuration and code-less approaches, which brings software packages and application server concepts to help parallel bot development. -In this [MSDN](https://blogs.msdn.microsoft.com/buckwoody/2018/09/25/applied-ai-using-a-bot-for-password-reset/) article you can have an overview of a General Bots application. -*Checkout our FREE [Intranet Quickstart Bot](https://github.com/pragmatismo-io/IntranetBotQuickStart.gbai)* + +# Sample Package: [AzureADPasswordReset.gbapp](https://github.com/pragmatismo-io/AzureADPasswordReset.gbapp) + +Custom dialogs for reseting user password in Azure Active Directory, Office 365, Dynamics 365 or any app published through Azure AD. Se also [IntranetBotQuickStart.gbai](https://github.com/pragmatismo-io/IntranetBotQuickStart.gbai) and related MSDN article **[Applied AI – Using a Bot for Password Reset](https://blogs.msdn.microsoft.com/buckwoody/2018/09/25/applied-ai-using-a-bot-for-password-reset)** by *Rodrigo Souza*. + + +## Bot Administrator - Setup Security + +So the Bot provides an **admin** mode allowing the user having the Directory.AccessAsUser.All permission to be logged on Administrative interface to obtain and save its token into the database. + +![General Bot Logo](https://raw.githubusercontent.com/pragmatismo-io/AzureADPasswordReset.gbapp/master/docs/general-bots-reset-ad-password-admin.gif) + +## Bot User - Reset Password + + +With the access token stored in the database, any user can access anonymously the +bot and through a combination of e-mail and mobile received code, the user will be able to reset her or his password. + +### Reset password via Web + +Any user can use a web address to talk to a reset password bot. Just provide credentials that are confronted with Microsoft Graph to ensure security. + +![General Bot Logo](https://raw.githubusercontent.com/pragmatismo-io/AzureADPasswordReset.gbapp/master/docs/password.gif) + +general-bots-reset-ad-password.gif + +### Reset password via Skype + +This is the case when user does not have the password to login on Skype for Business or Teams, and they need to reset their password, so the right tool is Skype. + +![General Bot Logo](https://raw.githubusercontent.com/pragmatismo-io/AzureADPasswordReset.gbapp/master/docs/general-bots-reset-ad-password.gif) + ### What is a Bot Server?