You must select a license region when you create a tenant app. A license region is a host-managed record identified by a region code. It is used during app creation to resolve the region-specific database metadata the app needs later for token issuance.Documentation Index
Fetch the complete documentation index at: https://docs.trueparser.com/llms.txt
Use this file to discover all available pages before exploring further.
What Happens During App Creation
At app creation time, the backend:- validates that the region code exists
- checks that the region is active
- loads the active region database for that region
- stamps the app with both
LicenseRegionIdandDbCode
Why This Matters
License region data is part of the token issuance path for tenant apps.- token issuance requires a license region
- token issuance also requires the stamped
DbCode licenseRegionCodeis added to the access tokendbCodeis added to the access token- the selected region is used to choose the database where the app’s license and usage data is stored
When App Creation Fails
App creation fails if:- the region code does not exist
- the region is inactive
- the region has no active region database

