- Newest
- Most votes
- Most comments
As far as I know, there is currently no native setting or toggle within Amazon Q Business to disable the Allow/Deny confirmation prompts for standard M365 connector Write actions. This behavior is an intentional security guardrail designed by AWS to ensure a "human-in-the-loop" for any data modification.
-
Standard Connectors: These currently enforce prompts for all Write invocations (CreateDraft, Upload, etc.) to prevent unintended actions caused by potential hallucinations or prompt injections.
-
Potential Workaround: The only way to achieve fully autonomous execution today is by using Custom Actions via AWS Lambda. By routing the Write request through a Lambda function (calling the MS Graph API directly), you bypass the built-in confirmation card. However, this requires managing your own security validation within the code.
-
Roadmap: While highly requested for agentic workflows, there is no official public date for a "trusted mode" for standard connectors yet.
@community, if I’m mistaken or if there's a hidden configuration I’ve missed, please correct me - I’m always happy to learn more about this !
Seems there is no way to support yet for disabling the per‑action Allow/Deny prompts for Microsoft 365 connector Write actions in Amazon Quick.
https://docs.aws.amazon.com/quick/latest/userguide/microsoft-teams-integration.html
No option to bypass yet above
Relevant content
- asked 6 months ago
- asked 7 months ago
