Providing a personalized experience to users
Great – so far, we've learned about creating non-personalized chatbots. But what if we need to determine who the user at the other end is?
Welcome to authentication. This is a slightly more complex topic. In this scenario, we will look at authenticating a user against AAD, as well as retrieving some basic information about the user from their Microsoft Graph profile.
There are, of course, more complex scenarios you might want to dabble in, but this topic should put you on the right path to understanding the basic concepts around authenticating users.
Let's now see what that's all about.
Working with authentication has been simplified as much as possible by Microsoft. For the most part, it's simply a matter of configuration and mapping the correct keys in the right place. But let's look at this:
- Start by navigating to your existing chatbot. If you are starting fresh, create a new chatbot...