botbuilder-community-dotnet
botbuilder-community-dotnet copied to clipboard
Handoff.ServiceNow raise error ServiceNowHandoff->No ServiceNow authentication token available.
Hello,
I provisioned ServiceNow according to guide
Unfortunately I got below error in plugin when testing from Composer:
No ServiceNow authentication token available for this user
below line return always null
var tokenResponse = await userTokenClient.GetUserTokenAsync(turnContext.Activity.From.Id, _creds.ServiceNowAuthConnectionName, null, null, default(CancellationToken));
Please help to troubleshoot what is missing
Hi, @vovanb even I am facing the same error. Could you please provide a solution for the following problem if you found any?
@PrajwalNaik07 @vovanb I am facing the same issue when trying to connect to agent via bot framework. Did you find any solution for the above issue?