How to proactively monitor the Azure spoken connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2025 02:01 PM - edited 02-12-2025 02:02 PM
Is there a way to proactively monitor the Azure spoken connection when there is a failed token or an expired token within ServiceNow? or anyway to know the spoke connection is still active?
Any advice would be appreciated. I don't want to buy a 3rd party product.
Perhaps a test transaction on a regular basis... Hopefully, there is something built into the Integration Hub architecture.
Thank you
Fred
- Labels:
-
flow designer
-
Workflow Automation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 09:19 PM
hi @freda92 - Which Azure spoke are you using? Please share the URL from the store site.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 01:26 AM
hi @freda92 ,
Regarding the OAuth and token scenarios, please find the details below:
-
Client Credentials (in application registry): The token is fetched automatically. Even if it appears expired, as soon as an action is executed, a new token will be fetched internally and used.
-
Authorization Code (in application registry): The token will be fetched automatically as long as the refresh token remains valid. Typically, this lasts between 3 to 6 months, though it may vary depending on the third-party provider.
Please feel free to reach out if you have any further questions!