Skip to content

Basic · Access Control Tab

Tab: Access Control · name=access
Deep link: /_Admin/system/settings?SiteId={siteGuid}&name=access

Controls who can access which paths on the site: site type (public / member / private), path allow/deny lists, single sign-on, geo restrictions, request rate limits and blocks, CORS, and cloud development password preview mode.

Access Control tab

Site Type

The Site type dropdown (siteType) sets the default access policy when no special path matches. Common values include Public (p), Member (m), Private (o), etc. (per getTypes API).

When the type is not public, the Path mode section appears:

FieldDescription
Path modeInclude paths (only listed paths allowed) or Exclude paths (listed paths denied; others allowed)
Path listMultiple path patterns; Add / Delete rows
Single sign-onssoLogin: works with SSO integration (must be configured under Integrations)

Visitor Country / Region Restrictions

Shown on Kooboo online servers (isOnlineServer). When enabled, select blocked countries/regions and a page for blocked visitors to land on.

IP Request Rate Limiting

Group IP request rate limiting (rateLimitSettings):

ItemDescription
Limit all requestsWhen on, one limit applies site-wide; when off, configure IP and User-Agent separately with withinSeconds / permitLimit
IP / UA rulesMulti-row key-value editor; keys are IP or UA strings

Request Blocking

Group Request blocking (accessLimitSettings):

ListDescription
IP blocklistMatching IPs are rejected
User-Agent blocklistUA keyword match rejects the request

CORS

CORS toggle (enableCORS): browser CORS headers when cross-origin clients access site API/resources (see UI tooltip).

Development Password (Online Public Cloud)

Shown when online server, not private deployment, and service tier allows:

ItemDescription
Enable development passwordToggles site status between Published and Development
Development passwordRead-only password in Development state; visitors must enter it to preview

This block may be hidden on private or local environments.