Auth0 AD/LDAPコネクターヘルスモニター拡張機能

Auth0 AD/LDAPコネクターヘルスモニターは、AD/LDAPコネクターを監視するために任意のAPIエンドポイントを公開します。

拡張機能を構成する

この拡張機能をインストールして構成するには、以下を行います。

  1. [Auth0 Dashboard]>[Extensions(拡張機能)]に移動し、[Auth0 AD/LDAP Connector Health Monitor(Auth0 AD/LDAPコネクターヘルスモニター)]を選択します。[Install Extension(拡張機能のインストール)]画面が開きます。

  2. 以下の構成パラメーターを設定し、[Install(インストール)]を選択します。

拡張機能を使用する

モニタリングサービスで使用するURLにアクセスする方法は以下の通りです。

  1. [Auth0 Dashboard]>[Extensions(拡張機能)]に移動して、[Installed Extensions(インストール済みの拡張機能)]をクリックします。

  2. [Auth0 AD/LDAP Connector Health Monitor(Auth0 AD/LDAPコネクターヘルスモニター)]を選択します。新しい画面が開き、以下のようなJSONスニペットが表示されます。

    {
      "message": "Use this url: 'https://sandbox.it.auth0.com/api/run/auth0user/auth0-ldap-conector-health-monitor?connection={MY-LDAP-CONNECTOR}' for monitoring your AD/LDAP connector."
    }

    Was this helpful?

    /

  3. LDAP接続のIDを入力します。このIDを取得するには、[Auth0 Dashboard]>[Authentication(認証)]>[Enterprise(エンタープライズ)]に移動し、接続をクリックしたのち、[Identifier(識別子)]フィールドの値をコピーします。

完了後、提供されたURLはAD/LDAPコネクターを監視するためにモニタリングサービスで使用することができます。

もっと詳しく