Sample code for Microsoft Teams application with SSO, Bots, Messaging extensions and other capabilities.
Changes:
Register an app (I used the Teams SSO video app as-is) and add the client ID to .env file
Now it should use AAD login. First time a new user logs in, it will request they log into the Northwind service to “link” their account to the AAD account. Since the mapping is stored in memory (a simple array) the linkages will be lost whenever the server restarts (good for testing!)