Is your feature request related to a problem? Please describe.
Using Copilot Studio with Dataverse requires end users to login. How to answer without users signing in?
Describe the solution you'd like
A guide that embeds a Copilot Studio agent to webchat to answer from dataverse without users needing to login?
Describe alternatives you've considered
I tried disabling require users to login button, adding a role to read the table data, creating a new app user linked to the agent, assinging it the role to read data from the table.
Then in the embed webchat, calling directline to get a token, using the token to initialize the webchat.
Additional context
Here is a question I posted before.