メインコンテンツへスキップ
Auth0 AD/LDAP Connector Health Monitor は、任意の API エンドポイントを公開して、AD/LDAP コネクターを監視できるようにします。

拡張機能を設定する

この拡張機能をインストールして設定するには、次の手順に従います。
  1. Auth0 Dashboard > Extensions に移動し、Auth0 AD/LDAP Connector Health Monitor を選択します。Install Extension ウィンドウが開きます。
  2. 次の設定パラメーターを設定し、Install を選択します。
  • Auth0_Domain: Auth0 アプリケーションのドメインです。Auth0 Application Settings で確認できます。
  • Auth0_Global_Client_ID: Auth0 アプリケーションのグローバル です。Tenant Advanced SettingsGlobal Application Information セクションで確認できます。
  • Auth0_Global_Client_Secret: Auth0 アプリケーションのグローバル です。Tenant Advanced SettingsGlobal Application Information セクションで確認できます。

拡張機能を使用する

監視サービスで使用する URL を取得するには、次の手順を実行します。
  1. Auth0 Dashboard > Extensions に移動し、Installed Extensions をクリックします。
  2. Auth0 AD/LDAP Connector Health Monitor を選択します。次のような 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."
    }
    
  3. LDAP 接続の ID を入力します。ID を取得するには、Auth0 Dashboard > Authentication > Enterprise に移動し、接続をクリックして、識別子 フィールドの値をコピーします。
完了したら、提供された URL を監視サービスで使用して AD/LDAP コネクターを監視できます。

詳しくはこちら