Forum Discussion

autarch's avatar
autarch
Icon for Neophyte rankNeophyte
2 months ago

OAuth 2.0 Web Check Monitoring

Hello,

I have an API healthcheck URI that I need to monitor.  At first I thought I could use the external website web check, but it appears as if that only offers 2 authentication methods: basic and NTLM.  The resource I need to monitor requires OAuth 2.0 authentication.  For this I need to have:

  • OAuth credentials (client ID and secret)
  • x-api-key
  • Scopes
  • Bearer token

I am able to create this in Postman, but not sure how best to approach this on the LogicMonitor platform.  Any ideas on the best method to monitor a website that requires OAuth 2.0?

1 Reply

  • Unfortunately, I know of no great way to support OAuth 2.0 via web checks in the product today.

    You may be able to do it with a scripted web check if you can get it working in Postman and copy the concept over.