-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handoff.ServiceNow raise error ServiceNowHandoff->No ServiceNow authentication token available #526
Comments
Hi Team, Thanks in advance! |
Hi, I was later able to resolve the missing token issue by including an OAuth Login step in my Event Received activity like below: The instructions had not been clear in stating that the OAuth step was required. I had the impression that OAuth only needed to be configured and the Handover component would handle the rest. The result should be that the bot will present a "login" button in the chat for the user. User clicks the button, is taken to the Service Now login and prompted to "allow" the bot to access their account. The user is then redirected to a token page where they are prompted to copy a string token and paste it into the chat window to complete the sign-in. NOTE: |
Thank you @ztaylorMNP, |
Hi Team,
I am working on integration the Servicenow Live agent chat with Bot framework. I used this library: Bot.Builder.Community.Components.Handoff.ServiceNow.
After following the steps provided with Oauth authentication, I am getting the error in handoff section, where I see the error "No ServiceNow Authentication token available".
Can anyone let me know if I am missing any step?
The text was updated successfully, but these errors were encountered: