Click here to Skip to main content
15,892,839 members
Articles / Hosted Services / Azure

Creating a Teams Conversation Bot with SSO

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
10 Feb 2022CPOL6 min read 3.8K   4  
How to create a Spring Boot web app in Java that replicates the functionality of the “Teams Conversation Bot SSO” sample app on GitHub
This is Part 1 of a 3-part series that demonstrates how to build Microsoft Teams apps in Java, with a focus on bots. This article shows how to create a simple chatbot with Spring, test it locally with the Bot Framework Emulator, and then deploy it to Azure.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Teams Bots in Depth with Java View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Writer
Australia Australia

Comments and Discussions

Teams Bots in Depth with Java