I'm trying to create a web chat bot and would like users to authenticate using Microsoft Open Graph. I can't find any documentation on authentication except for Azure AD which is not what I'm looking for. How can I allow users to sign in using Microsoft Open Graph in the web chat bot?
0
votes
Graph doesn't sign folks in. Graph requires an Azure AD-issued token, so the Azure AD stuff is probably what you're looking for. I'm guessing what you're wanting to do is to be able to make Graph API calls on the user's behalf?
– Jason Johnston
Nevermind... it's all documented here. I guess I wanted users to sign in using Azure AD.
– AskYous
1 Answers
0
votes
It's all documented here.
I had to use Microsoft's Application Registration page and the link explains each step.