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?
autarch
Posted 1 year ago·Last reply 1 year ago
1 comment
Michael Rodrigues
·1 year agoUnfortunately, 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.