Tenant Settings
Each tenant has general settings that control its identity and accessibility. Tenant Administrators can modify these settings from the tenant configuration page.
Accessing Tenant Settings
Section titled “Accessing Tenant Settings”- Navigate to Tenants and click on the tenant you want to configure.
- Open the Configuration tab.
General Settings
Section titled “General Settings”Tenant Name
Section titled “Tenant Name”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”
Tenant Slug
Section titled “Tenant Slug”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
Domain
Section titled “Domain”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
Description
Section titled “Description”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.
Editing Tenant Settings
Section titled “Editing Tenant Settings”- Navigate to the tenant’s Configuration tab.
- Modify the desired fields (name, slug, domain, or description).
- Click Save to apply the changes.
Tenant Status
Section titled “Tenant Status”The tenant status controls whether users can log in and access the tenant.
Active
Section titled “Active”The default state for a tenant. Users can log in and work within the tenant normally.
Inactive (Deactivated)
Section titled “Inactive (Deactivated)”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
- Navigate to the tenant’s page.
- Use the Status toggle or click the Deactivate button.
- To reactivate, toggle the status back or click Activate.
Deleting a Tenant
Section titled “Deleting a Tenant”To delete a tenant:
- Navigate to Tenants and click on the tenant.
- Click Delete.
- A confirmation dialog appears. Type the tenant name exactly as displayed to confirm.
- Click Confirm Delete.
TenantAdministrator Account Management
Section titled “TenantAdministrator Account Management”TenantAdministrator accounts are managed separately from tenant users.
Managing TenantAdministrator Accounts
Section titled “Managing TenantAdministrator Accounts”- Navigate to Users in the top-level Tenant Admin menu.
- Create, edit, or deactivate TenantAdministrator accounts.
- Reset passwords for TenantAdministrator accounts as needed.
TenantAdministrator Role Assignments
Section titled “TenantAdministrator Role Assignments”- Navigate to Role Assignments in the top-level Tenant Admin menu.
- View and manage role assignments for TenantAdministrator users.
Audit Log
Section titled “Audit Log”All Tenant Administration actions are logged for compliance and troubleshooting purposes.
Viewing the Audit Log
Section titled “Viewing the Audit Log”- 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).
- Filter by:
- Tenant
- Action type (Created, Updated, Deleted, etc.)
- User who performed the action
- Date range
- Each entry displays the timestamp, user, action type, and details of the change.
Troubleshooting
Section titled “Troubleshooting”Cannot Access Tenant Admin
Section titled “Cannot Access Tenant Admin”- Verify you have the TenantAdministrator application role.
- Ensure you are using the correct URL:
/_tenantadmin/login. - Confirm that multi-tenancy is enabled in the system configuration.
User Cannot Log In to a Tenant
Section titled “User Cannot Log In to a Tenant”- Check the tenant status — is it active?
- Verify the user’s account is active within the tenant.
- Confirm the authentication provider is configured correctly.
- Test the IDP connection from the Auth Providers page.
Related topics
Section titled “Related topics”External IDP Users Not Appearing
Section titled “External IDP Users Not Appearing”- Has the user logged in at least once? (Required for CachedOnly mode.)
- Is directory browsing enabled?
- Is the Admin API Endpoint configured correctly?
- Does the OAuth2 client have the required API permissions?