auth0/auth0-ldap-connector-health-monitor

Name: auth0-ldap-connector-health-monitor

Owner: Auth0

Description: This extension will expose an endpoint you can use from your monitoring tool to monitor your AD/LDAP Connectors

Created: 2016-02-19 18:46:04.0

Updated: 2016-06-08 20:28:45.0

Pushed: 2016-06-08 20:47:31.0

Homepage: null

Size: 6

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Auth0 - AD/LDAP Connector Health Webtask

Auth0 Extensions

This extension will expose an endpoint you can use from your monitoring tool to monitor your AD/LDAP Connectors

Deploy to Webtask.io
i -g wt-cli
nit
reate https://raw.githubusercontent.com/auth0/auth0-ldap-connector-health-monitor/master/index.js \
--name auth0-ldap-connector-health-monitor \
--secret AUTH0_DOMAIN="YOUR_AUTH0_DOMAIN" \
--secret AUTH0_GLOBAL_CLIENT_ID="YOUR_AUTH0_GLOBAL_CLIENT_ID" \
--secret AUTH0_GLOBAL_CLIENT_SECRET="YOUR_AUTH0_GLOBAL_CLIENT_SECRET"

You can get your Global Client Id/Secret here: https://auth0.com/docs/api/v1

Usage

Once the task has been deployed you can monitor any connector in your account by calling the task like this:

https://webtask.it.auth0.com/api/run/{YOUR_CONTAINER_NAME}/ldap-connector-health?connection=my-ldap-store
https://webtask.it.auth0.com/api/run/{YOUR_CONTAINER_NAME}/ldap-connector-health?connection=my-other-connector

Where connection is the name of the AD/LDAP Connection in Auth0.

The webtask will return the following:

Since the webtask is now handling the “complex logic” (authentication, parsing the response, …) you can now use any monitoring service like Pingdom, SCOM, Runscope, … to monitor your AD Connections.

Note: This assumes you use the cluster from Webtask.io, if you use your Auth0 container make sure to call sandbox.it.auth0.com instead of webtask.it.auth0.com

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

Author

Auth0

What is Auth0?

Auth0 helps you to:

Create a free Auth0 Account
  1. Go to Auth0 and click Sign Up.
  2. Use Google, GitHub or Microsoft Account to login.
License

This project is licensed under the MIT license. See the LICENSE file for more info.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.