Skip to content

Tenant Settings

Each tenant has general settings that control its identity and accessibility. Tenant Administrators can modify these settings from the tenant configuration page.

  1. Navigate to Tenants and click on the tenant you want to configure.
  2. Open the Configuration tab.

The display name for the tenant, shown in the Tenant Admin Dashboard and used in notifications. This is a human-readable label that identifies the organization or business unit.

Example: “Acme Corporation”, “Engineering Division”, “Production Environment”

The URL-safe identifier used in URL routing. The slug must be unique across all tenants and can only contain lowercase letters, numbers, and hyphens.

Example: acme, engineering, production

An optional domain name for domain-based routing. When configured, users can access the tenant directly via the domain without needing a slug prefix in the URL.

Example: acme.ramp.example.com

An optional description that provides context about the tenant’s purpose or the organization it represents. This is visible only in the Tenant Administration interface.

  1. Navigate to the tenant’s Configuration tab.
  2. Modify the desired fields (name, slug, domain, or description).
  3. Click Save to apply the changes.

The tenant status controls whether users can log in and access the tenant.

The default state for a tenant. Users can log in and work within the tenant normally.

When a tenant is deactivated:

  • New logins are blocked for all users in the tenant
  • Existing sessions may continue until they expire
  • All tenant data is preserved
  • The tenant remains visible in the Tenant Admin Dashboard
  1. Navigate to the tenant’s page.
  2. Use the Status toggle or click the Deactivate button.
  3. To reactivate, toggle the status back or click Activate.

To delete a tenant:

  1. Navigate to Tenants and click on the tenant.
  2. Click Delete.
  3. A confirmation dialog appears. Type the tenant name exactly as displayed to confirm.
  4. Click Confirm Delete.

TenantAdministrator accounts are managed separately from tenant users.

  1. Navigate to Users in the top-level Tenant Admin menu.
  2. Create, edit, or deactivate TenantAdministrator accounts.
  3. Reset passwords for TenantAdministrator accounts as needed.
  1. Navigate to Role Assignments in the top-level Tenant Admin menu.
  2. View and manage role assignments for TenantAdministrator users.

All Tenant Administration actions are logged for compliance and troubleshooting purposes.

  1. Navigate to Audit Log in the top-level Tenant Admin menu (for all tenants) or to the tenant-specific Audit Log tab (for a single tenant).
  2. Filter by:
    • Tenant
    • Action type (Created, Updated, Deleted, etc.)
    • User who performed the action
    • Date range
  3. Each entry displays the timestamp, user, action type, and details of the change.
  1. Verify you have the TenantAdministrator application role.
  2. Ensure you are using the correct URL: /_tenantadmin/login.
  3. Confirm that multi-tenancy is enabled in the system configuration.
  1. Check the tenant status — is it active?
  2. Verify the user’s account is active within the tenant.
  3. Confirm the authentication provider is configured correctly.
  4. Test the IDP connection from the Auth Providers page.
  1. Has the user logged in at least once? (Required for CachedOnly mode.)
  2. Is directory browsing enabled?
  3. Is the Admin API Endpoint configured correctly?
  4. Does the OAuth2 client have the required API permissions?