// archive
Category: Copilot Studio
-

Building a Danish customer-facing AI agent with MitID and Copilot Studio
MitID Copilot Studio in 5 easy steps: build a Danish customer-facing AI agent that authenticates via the Idura OAuth 2 broker, with the userinfo claim-extraction trick.
-

Autonomous Agents in Copilot Studio: Fixing “Status Cancelled – ContentFiltered”
“Status Cancelled – ContentFiltered” in Copilot Studio means Microsoft’s Responsible AI safety filter blocked the agent’s input or output — not a system failure. Fix it by softening prompt wording, removing PII patterns, splitting long generations, and checking the trace for which filter category (hate, violence, self-harm, sexual, jailbreak) tripped. TL;DR: ContentFiltered = RAI guardrail,…