Configure AUTH0 Metadata for IdP

To download IdP metadata:

  1. Go to Auth0.

  2. Go to Application > Applications.

  3. Open your Lighthouse application.

  4. Go to Addons.

  5. Go to SAML.

  6. Go to Usage.

  7. Click the Identity Provider Metadata download.
    A file named metadata.xml downloads to your preferred directory

Configure each Lighthouse to use Auth0 IdP with the metadata file:

  1. Copy the downloaded metadata.XML file to your primary Lighthouse.

  2. Use the saml-idp-metadata file on your primary Lighthouse, configure each of your Lighthouses to use your IdP with this command:

    saml-idp-metadata -p {root password} create -m /path/to/metadata.xml -P auth0 -n "My Auth0 display name" -l {LH id number}