Hi There,
As per my project requirements, I am trying to connect to agents created in Copilot Studio through Direct Line channel using Microsoft.Bot.Connector.DirectLine SDK. I see the only option to generate token is using the secret provided in Copilot Studio (Settings -> Security -> Web channel security). For security reasons, we have been advised not to use any secrets.
My questions are -
- Is there a way to use certificates or managed identity to generate token for Direct Line channel.
- How to generate the tokens based on user identity.
Thanks!