i have my c# sharp code working like the following example, How to configure daemon apps that call web APIs - Microsoft identity platform | Microsoft Learn
it is a console application that uses a office 365 app to give the program permissions of the account that generated the app. it is using an appid with a secret to authenticate, then use that token to work with https://graph.microsoft.com to update users in email groups and what not....
i tried a few things in a web connector, but could not get it to work - i don't have a redirecturi nor is there a place to put the tenantid in
would this type of setup be possible with easymorph? thanks


