I am building a bot using Microsoft Botbuilder for Microsoft Teams. I have read about authentication, but the examples all authenticate (AFAIK) the end user onto the bot. What I want is the bot authenticating itself using a custom AD account specific for the bot. This bot will connect to Teams, a O365 group calendar, and possibly other Microsoft products.
How is something like this achieved? I couldn't find any examples whatsoever that does this, is it even possible?