Error message showed in sign in oauth card

lakshmi 651 Reputation points
2024-05-07T10:02:03.5733333+00:00

Hi team,

We are using

return await stepContext.BeginDialogAsync(nameof(OAuthPrompt), null, cancellationToken); method to use sign in feature for user authentication.

In Waterfall dialog, we start the oauth prompt, in next step validating the token response and send the success message and call the next async method to go to the next dialog to fetch the details. But by the time it fetches the data, error message shows up in the sign in card.

How we can resolve the error message which we get in adaptive card because of the bot delay in fetching the data.

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
779 questions
{count} votes