Skip to main content

Admin Capabilities

Understand administrator roles, permissions, and what each page allows.

Last updated: 2026-01-29 Where to find it: Roles, Permissions, Tenants, Feature Flags (left sidebar) Who can use it: Platform admins; some sections require elevated permissions Prerequisites: Admin role with the required capabilities Help link: /admin-guide

How to do it

Check your permissions

  1. Click your avatar → My Profile.
  2. Review the Roles section to see assigned roles and permissions.

Create a custom role

  1. Go to RolesCreate Role.
  2. Enter a Name and Description.
  3. Select the Permissions the role should include.
  4. Click Create.

Enable a feature flag

  1. Go to Feature Flags.
  2. Find the flag to enable.
  3. Toggle it on.
  4. Select the scope (platform, tenant, or user).

What you'll see (fields/columns)

Administrator types

Platform administrators manage the entire DigiWedge platform and can access all organizations.

RoleDescription
AdminFull access to all platform features
ManagerManage organizations and users
AuditorRead-only access for compliance review

Tenant administrators manage a single organization only.

RoleDescription
OwnerFull access within the organization
AdminManage users, roles, and settings
EditorLimited management capabilities

Tenants

FieldTypeDescription
NameTextOrganization name
SlugTextURL-friendly identifier
StatusBadgeActive or Inactive
CreatedTimestampWhen the organization was created

SCIM provisioning

Use SCIM to keep your tenant’s user directory in sync with your identity provider.

How to configure

  1. Go to Tenants and select SCIM for the tenant.
  2. Toggle Enable SCIM to activate provisioning.
  3. Copy the SCIM base URL and generate an access token.
  4. Paste the URL and token into your IdP’s SCIM configuration.

Token rotation

  • Use Rotate Token whenever you suspect exposure or on a scheduled cadence.
  • The token is shown once; store it securely in your IdP vault.
  • Revoke Token immediately disables SCIM authentication for the tenant.

SCIM base URL format

https://idp.<env>.digiwedge.com/api/scim/v2/tenants/<tenantId>

SAML SSO

Use SAML to enable single sign-on for a tenant.

How to configure

  1. Go to Tenants and select SAML for the tenant.
  2. Upload your IdP metadata XML or paste the metadata URL.
  3. Confirm the ACS URL and Entity ID values.
  4. Save the configuration and run a test login from your IdP.

Troubleshooting

  • Ensure the tenant is active and SAML is enabled.
  • Re-check the IdP metadata and clock skew settings if assertions are rejected.

Roles

FieldTypeDescription
NameTextRole display name
DescriptionTextWhat this role is for
PermissionsTagsAssigned permissions
UsersNumericNumber of users with this role

Permissions

FieldTypeDescription
FeatureTextThe feature this permission belongs to
ActionTextThe action (read, create, update, delete)
DescriptionTextWhat this permission allows

Permission assignments

FieldTypeDescription
RoleTextThe role receiving the permission
PermissionTextThe permission being assigned
ScopeBadgePlatform-wide or tenant-specific

Features

FeatureDescription
User ManagementAdding, editing, and removing users
Role ManagementCreating and configuring roles
Tenant ManagementManaging organizations (platform only)
Permission ManagementDefining permissions (platform only)
Invitation ManagementSending and managing invitations
Session ManagementViewing and revoking sessions
Feature FlagsToggling feature availability (platform only)

Feature flags

FieldTypeDescription
NameTextFlag identifier
DescriptionTextWhat this flag controls
StatusToggleEnabled or Disabled
ScopeSelectPlatform, Tenant, or User level

Consents

FieldTypeDescription
NameTextConsent identifier
DescriptionTextWhat users are agreeing to
RequiredToggleWhether consent is mandatory
VersionTextCurrent consent version

Screenshot / Callout

Admin Capabilities

Expected outcome

  • Roles and permissions reflect the access model your organization requires.
  • Tenants and platform features are visible only to authorized administrators.

Troubleshooting

  • Can't see a menu item? Your role doesn't have the required permission.
  • Can't create users? You need the User Management: Create permission.
  • Feature flag not working? Check the scope; it may only apply to specific tenants.
  • Role changes not taking effect? Users may need to sign out and back in.