石川 敦己,
1.PFB the documentation where it is mentioned that, when a user from a different tenant signs in to the application for the first time, Microsoft Entra ID asks them to consent to the permissions requested by the application. If they consent, then a representation of the application called a service principal is created in the user’s tenant, and sign-in can continue.
2.Considering you plan to create a one-way bot that sends proactive messages and does not host a web server for interactive communication:
- Proactive Messaging Feasibility: The service principal will still be created at the time of installation without any issues. Proactive messaging is supported as long as the bot has the necessary permissions to send messages to users or channels.
- No Web Server Requirement: Hosting a web server for interactive communication is not mandatory for sending proactive messages.
Thanks,
Prasad Das
*************************************************************************
If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.