Set the Callback URL

The Callback URL in Auth0 authentication can be configured to prevent CSRF attacks by setting it to %PUBLIC_URL%/auth/auth0 format. Setting up Auth0 authentication for LogScale requires configuring the PUBLIC_URL option and ensuring the Allowed Callback URLs field matches this format, such as https://www.example.com/auth/auth0.

In order to avoid CSRF attacks you must set the Allowed Callback URLs field to %PUBLIC_URL%/auth/auth0, such as https://www.example.com/auth/auth0, where %PUBLIC_URL% is the value of the LogScale configuration option PUBLIC_URL.

Using Auth0 authentication for LogScale requires that you set the PUBLIC_URL configuration option.