Skip to main content

Overview

Xloud Identity controls who can access your cloud environment and what they are permitted to do. Use the guides below to manage projects, users, application credentials, and multi-factor authentication from the Dashboard or CLI.

Projects

Create and manage resource namespaces, add team members, and assign roles within each project.

Users

Create user accounts, set passwords, assign roles, and manage user lifecycle operations.

Application Credentials

Generate scoped credentials for CI/CD pipelines, automation, and service accounts without embedding passwords.

Multi-Factor Authentication

Enable TOTP-based two-factor authentication for enhanced account security.

Troubleshooting

Resolve authentication failures, permission errors, and token scope issues.

Key Concepts

Domains, Projects, and Users

ConceptScopeDescription
DomainTop-levelAdministrative boundary. Separates organizations, business units, or customers.
ProjectWithin a domainResource namespace for quotas, billing, and access control. All instances, volumes, and networks belong to a project.
UserWithin a domainAn identity (human or service) that authenticates and receives tokens scoped to a project.
GroupWithin a domainA collection of users. Role assignments on a group apply to all members.
RoleAssignmentNamed permission set. Common roles: admin, member, reader.
TokenSessionA scoped, time-limited bearer credential issued after successful authentication.
Service CatalogToken payloadLists every Xloud service endpoint available to the authenticated user in the current scope.
Xloud Identity ships with three built-in roles:
RoleCapability
adminFull management rights within the assigned scope (project or domain). Can create, modify, and delete all resources.
memberStandard user. Can create and manage resources within the project. Cannot manage users or quotas.
readerRead-only access. Cannot create or modify any resource. Suitable for monitoring and audit use cases.
Assign the least-privileged role that satisfies the user’s requirement. Use reader for dashboards, member for developers, and admin only for project administrators.

Next Steps

Identity Admin Guide

Configure LDAP, federation, token policies, and security hardening for your Xloud Identity deployment.

Authentication & CLI

Source credentials and configure the openstack CLI for your environment.