Auth0 Application
note
A design that includes an Auth0 Application resource can only be deployed to environments with an Auth0 Integration.
For more information, please read about Integrating Auth0 with Altostra.
The Auth0 Application resource provides Auth0 application credentials to accessing lambdas.
Auth0 Application properties

Name:
type: string
| required
- Altostra will use Name property for generating a logical ID:
- Only strict alpha-numeric characters will be used (by the restrictions of CFN)
- If non alpha-numeric characters were used in the name, the logical ID will be generated by the resource type.
- Up to 64 characters
Client Id:
type: string
| required
- An Auth0 application's client Id
- Get from Auth0 Management console
- Log in to the Auth0 management console
- In the left panel, expand
Applications
and then click onApplications
beneath it - Copy the
Client ID
of the application you want to integration