Enable Auth0 Authentication Service
Next, lets’s enable Auth0 authentication for your Catalyst application.
To enable Auth0:
-
Navigate to the Auth0 dashboard, and signup for the Auth0 service.
-
Provide a name for your application, select JavaScript as the Technology, and select Single-Page App as your Application Type. Click Create Application.

You will be able to view and copy the Domain, Client ID, and Client Secret.

- Start adding the required Application URIs in the following format:
Info: We will be diving into and configuring the index.html and home.html pages, when we configure the client.
- Enable Cross-Origin Authentication and provide the application URL as the Allowed Origins (CORS), then click Save.

The Auth0 service is configured and enabled for your application.
Last Updated 2026-02-23 22:17:04 +0530 IST


