To set the scopes for Dataverse in Copilot Studio
Register Your Application in Azure AD:
Go to the Azure portal and register your application.
Under the "API permissions" section, add the required scopes. For Dataverse, you should include profile, OpenID, Sites. Read. All, Files. Read. All, and https://myorg123.com/user_impersonation
Configure Your Application:
Update your application settings to use these scopes. This typically involves configuring your OAuth 2.0 authentication settings to request these permissions when obtaining access tokens.
Update Your Copilot Studio Configuration:
In Copilot Studio, ensure that your bot or copilot is configured to use the correct authentication method and scopes. This might involve updating the manifest or configuration files to include the necessary scopes.
Test Your Configuration
After setting the scopes, test your bot or copilot to ensure it can access Dataverse and retrieve the necessary data. Make any necessary adjustments based on the test results.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".