How to proactively monitor the Azure spoken connection

freda92
Tera Contributor

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

 

 

2 REPLIES 2

Shreya Shah
ServiceNow Employee
ServiceNow Employee

hi @freda92 - Which Azure spoke are you using? Please share the URL from the store site.

priytams
ServiceNow Employee
ServiceNow Employee

hi @freda92 , 

Regarding the OAuth and token scenarios, please find the details below:

  1. 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.

  2. 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!