Create Client
Sample Client
When you create a new tenant, Axioms platform will automatically create a sample client with appropriate defaults for a single-page applications.
Navigate to Clients you will see a sample client. Click Edit to view and edit configuration of this sample client.

Create new client
- Click
Create new client - Provide user-friendly name and description for the client. Client name and client description will be used on consent screen during authorization process.
- Select application type (see details on application type in next section)
- Enabled or disable first-party support (enabled by default). First party client to skip consent screen during authorization process.
- Click
Create Client

Application Type
| Application Type | Code | Client Type | Description | User Context |
|---|---|---|---|---|
| Single Page Application | spa | Public | Single page applications like Angular, Vue, and React | Yes |
| Native Applications | native | Public | Native apps running on Mobile, Tablet, TV or Desktop | Yes |
| Server-side Web Application | web | Private | Server-side web application or worker application | Yes |
| Service Account Application | service | private | Server-side worker application, IoT Device | No |
| Device Application | device | public | IoT Device, Smart TV, Smart Home Device | Yes |