Configure AUTH0 Metadata for IdP
To download IdP metadata:
-
Go to Auth0.
-
Go to Application > Applications.
-
Open your Lighthouse application.
-
Go to Addons.
-
Go to SAML.
-
Go to Usage.
-
Click the Identity Provider Metadata download.
A file namedmetadata.xml
downloads to your preferred directory
Configure each Lighthouse to use Auth0 IdP with the metadata file:
-
Copy the downloaded metadata.XML file to your primary Lighthouse.
-
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}