Configuration

Consiglio Verde admin provides the client developers with a Tenant ID in UUID format.

Frontend Client Only

The developers provide the Consiglio Verde admin with the following urls:

  • Login redirect URL: The URL to redirect the user to after a successful login.
  • Reset password redirect URL: The URL sent to the user to reset their password.

Backend Client Only

Developers provide the Consiglio Verde admin with the generated public key of a key pair generated with the following commands:

openssl ecparam -name secp256k1 -genkey -out private.pem

openssl ec -in private.pem -pubout -out public.pem