# Create a login client
This guide walks you through creating and configuring a login client in DocCheck Access.
# Prerequisites
- DocCheck User Account
- Company account in DocCheck Access (opens new window)
- Admin rights
# Create and validate a login client
Info
Login clients are always created inside a project. A project should only contain login clients that belong together.
An initial project is created automatically when the company account is created.
Open DocCheck Access (opens new window), select the desired project or create a new one.

Click "Create new login client", fill out the required fields, and save. Details for each field are listed below in the table Fields at a glance.

After saving, you'll be in the client Settings. You'll also see whether your client is active and valid.

You can change the client settings anytime via the Configure button.
# Fields at a glance
| Field | Description |
|---|---|
| Project | The login client always belongs to exactly one project. Projects group clients that logically belong together (e.g., per website/product). A default project is created automatically when the company account is created. |
| Environment (prod or dev) | dev: development/test environment. prod: production environment. Choose the environment first; additional fields/options may appear accordingly. |
| Select license | Basic:
Not sure? Start with Basic; you can assign/switch a license later. For Personal and scopes, also see Personal, scopes & consent. |
| Name | Clear, unique name for recognition (e.g., “Product A – DE – Professional info”). |
| Home URL | Start/landing page of the protected area; for orientation/documentation in the UI. |
| Redirect URL | Target address for redirect after successful login. Dynamic targets are not controlled via redirect_uri but via state (optional in combination with redirectUri). Details: Redirect & State flow. For Basic, typically use the main domain rather than a full final URL. |
| Privacy policy URL | Public URL to your privacy policy (linked in the flow). For Economy/Business clients, make sure the privacy policy matches the requested scopes. Details: Configure the consent form. |
| Access groups | Defines which verified professional groups may pass the login client. Only users in these groups can log in successfully. |
# Next steps
- Basic clients: continue with the button implementation. Details: Configure login button.
- Economy/Business clients: review the consent setup before finalizing the button configuration. The selected license, privacy policy URL, requested Personal scopes, and button configuration work together. Details: Configure the consent form.