2
votes

I have created a bot on azure and registered it in bot registration channel. Now I want to authenticate the user using the bot using my own custom authentication service hosted like https://domainname/auth. I have no idea how to do it. I have read oauth on bot framework docs but did not find any tutorial to integrate my own authentication service

1

1 Answers

1
votes

You could navigate to your Bot Channel Registration -> Settings -> Oauth Connection Settings -> Add Setting

enter image description here

In the New Connection Setting page, could fill in the details of your Auth provider after selecting the service provider as Generic Oauth2.

enter image description here

For more information you could refer to the document here to learn about configuring and using the same.