Configure actions and connectors
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Designing and Building Integrated AI Agent Solutions in Copilot Studio premium course — no separate purchase.
14-day money-back guarantee — no questions asked.
Included in this chapter:
- What one connector call is made of
- Pick the operation by the side effect it has
- Map values by type, not by what the preview looks like
- The environment can refuse a combination
- Whose credentials the call runs under
- When the connection is broken and the logic is fine
- Sharing a connection is sharing a credential
- How these choices show up in questions
Where the credential for one connector call comes from
| Decision axis | End user credentials | Maker-provided credentials | Provided by run-only user | A specific connection |
|---|---|---|---|---|
| Where it is set | Tool configuration: Details, Additional details, Credentials to use | Same place, changed from the default | Run-only settings of a cloud flow the agent calls | Run-only settings of a cloud flow the agent calls |
| Identity the call uses | The signed-in user of the agent | The tool author's credentials | The user who runs or invokes the flow | The connection the flow owner selected |
| Documented prerequisite | Authentication enabled on the agent; it is the default for connector tools | An authenticated channel first, then publish and test in that channel | A supported authenticated agent | A connection the owner owns or has permission to use |
| Pick it when | The source system enforces per-caller permissions | The resource is genuinely shared and authorization does not vary by caller | Each caller's own access should decide what the flow returns | A shared service identity is wanted, or the environment uses customer-managed keys |
| Known constraint | Turning agent authentication off stops these tools working | Every caller inherits the author's access | Not available for cloud flows in customer-managed key environments | Every caller shares one credential, so audit trails name the connection owner |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
References
- Use connectors in Copilot Studio agents
- Connectors overview
- Use a connection reference in a solution with Microsoft Dataverse
- Edit and manage your agent flow in the designer
- Add tools to custom agents
- Agent flows overview - Microsoft Copilot Studio
- SharePoint connector reference
- Work with variables - Microsoft Copilot Studio
- Manage data policies - Power Platform
- Data policies - Power Platform
- Configure user authentication - Microsoft Copilot Studio
- Create an agent flow as a tool
- Share a cloud flow - Power Automate
- https://learn.microsoft.com/en-us/microsoft-copilot-studio/configure-enduser-authentication
- Create and manage connections - Microsoft Copilot Studio
- Manage connections in Power Automate