Hi @Shahar Sonsino
Thank you for posting your question in the Microsoft Q&A forum!
I understand your primary goal is to create a seamless experience where anonymous participants can interact directly with your bot's features using an Adaptive Card.
The reason your troubleshooting steps are encountering this roadblock is due to a core security policy in Microsoft Teams regarding anonymous users. To protect tenant security, the platform intentionally blocks any action from an anonymous user that needs to communicate back to the bot. As a moderator, I have some limitations in our ability to create a custom lab environment to test each specific troubleshooting scenario. However, based on my experience with this exact issue, I have found an official Microsoft Learn document that covers how to build the fundamental components for Teams apps, including bots, messaging extensions, cards, and dialogs. Our next step is to implement a backend service to store and manage attributes for anonymous users, using their temporary meeting ID as the key.
Build apps for anonymous user - Teams | Microsoft Learn
Teams settings and policies reference - Microsoft Teams | Microsoft Learn
I just wanted to double-check the app manifest schema version. For our purposes, we need it to be v1.16 or later. My understanding from the YAML snippet is that the version: 1.2 specified is for the Adaptive Card itself, rather than the app manifest's schema. Could you please confirm which manifest schema version the app is using? As a moderator, I don't have access to the same tools or resources as a developer, so my assessment is based solely on the information you have provided. If I have misinterpreted any details, please feel free to correct me
Please correct me if I'm wrong. We hope you find this information helpful. If the issue persists, please feel free to provide us with any additional details. Thank you for understanding.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.