In some deployments, users authenticate through JWT or Trust-based login instead of manually creating them in advance. Starting in Strategy (June 2026), for this customer-specific feature scope, the system can import or sync a user at login time, provided the request includes a valid tenant context and the server setting for login-time import is enabled.
The following behavior is intended to support environments where tenant-aware authentication determines where a user should be created. The TenantID must come from the configured JWT claim mapping or from the Trust header, depending on the authentication mode in use.
Important: User import on JWT or Trust login only works when the server-level option, Import user when log on, is enabled.

When a user logs in through JWT or Trust authentication, the system checks the TenantID value provided by the authentication request.
If the TenantID is present and valid, the user can be imported under the tenant context during login.
TenantID Value | Result | Notes |
Configured tenant value | Imported | The user is imported into the tenant identified in the JWT claim or Trust header. |
| Imports as global | The user is imported into the global tenant |
Blank or missing | Not imported | If TenantID is blank in the JWT payload or request, the system does not import the user. |
Best practice: Ensure the identity provider always sends a populated TenantID for users who should be created automatically. A blank TenantID prevents import.