Amazon Connect chat widget in the ServiceNow CSM Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 08:00 AM
We are hosting the Amazon Connect chat widget in the ServiceNow CSM Portal using the out of the box script provide via the UI and have followed these steps: https://docs.aws.amazon.com/connect/latest/adminguide/add-chat-to-website.html#customize-chat-widget
(https://docs.aws.amazon.com/connect/latest/adminguide/pass-display-name-chat.html). |
We are now trying to pass attributes from ServiceNow into the chat and are following the steps provided here: https://docs.aws.amazon.com/connect/latest/adminguide/pass-contact-attributes-chat.html. |
From our understanding it requires HS256 JWT signing and this is where the issue lies. ServiceNow platform is heavily JavaScript based, so the python code example is useless to us. Within ServiceNow there seems to be a limitation where we can only use RS256 JWT signing. |
This leads me on to the following questions: |