1- # Agent Test Runner Guide
1+ # Microsoft Authentication Guide
22
33## 📋 ** Table of Contents**
44
551 . [ Architecture] ( #architecture )
6- 2 . [ Azure App Registration Setup] ( #azure-app-registration-setup )
7- 3 . [ Getting Environment ID & Agent Identifier] ( #getting-environment-id--agent-identifier-schema-name )
8- 4 . [ Troubleshooting Guide] ( #troubleshooting-guide )
6+ 2 . [ Microsoft Authentication Setup] ( #microsoft-authentication-setup )
7+ 3 . [ Troubleshooting Guide] ( #troubleshooting-guide )
98
109## Architecture
1110
12- The Agent Test Runner uses a ** direct browser-to-Agent SDK** architecture that is efficient for testing scenarios.
11+ The Microsoft Authentication uses a ** direct browser-to-Agent SDK** architecture that is efficient for testing scenarios.
1312
1413### ** Current Flow Architecture**
1514
@@ -78,7 +77,7 @@ graph TB
7877 PCF --> DV
7978```
8079
81- ## Azure App Registration Setup
80+ ## Microsoft Authentication Setup
8281
8382### ** Step 1: Create Azure App Registration**
8483
@@ -142,7 +141,7 @@ Based on the [Microsoft Agents Sample Documentation](https://github.com/microsof
1421413 . ** Verify Account Types**
143142 - Ensure ** Accounts in this organizational directory only** is selected
144143
145- ### Getting Environment ID & Agent Identifier (Schema Name)
144+ ### ** Step 4: Getting Environment ID & Agent Identifier (Schema Name)**
146145
1471461 . ** Navigate to Copilot Studio**
148147
@@ -165,7 +164,7 @@ Based on the [Microsoft Agents Sample Documentation](https://github.com/microsof
165164 - Note the ** Environment ID** value
166165 - Note the ** Schema name** value. This is your ** Agent Identifier** . Format: ` cr123_agentname ` or similar
167166
168- ### ** Step 4 : Configure Agent Configuration**
167+ ### ** Step 5 : Configure Agent Configuration**
169168
170169Create ** Agent Configuration** record in Dataverse with the values from previous steps:
171170
@@ -261,7 +260,6 @@ Create **Agent Configuration** record in Dataverse with the values from previous
261260 1 . ** For End Users in Model-Driven Apps** :
262261 - This is typically a deployment/configuration issue
263262 - Contact your system administrator or developer
264- - The control needs to be redeployed with proper external service configurations
265263 - No user action can resolve this - it requires admin/developer intervention
266264 2 . ** For System Administrators** :
267265 - Check if organizational security policies are blocking external calls
0 commit comments