Overview
This guide covers the most common issues encountered when working with Xloud Identity — including authentication failures, permission errors, token scope mismatches, and application credential rejections. Each section provides diagnostic steps and resolution commands you can run immediately.For platform-level issues such as LDAP connectivity failures or Fernet key sync errors,
refer to the Identity Admin Guide — Troubleshooting.
Authentication Failures
Authentication failed — invalid credentials
Authentication failed — invalid credentials
Cause: Incorrect password, disabled user account, or expired token.Diagnose:Confirm
Verify user status
enabled: True. If the account is disabled, contact your administrator to
re-enable it.Resolution:- For an expired token, re-authenticate by sourcing your credentials file:
Re-authenticate
- For a forgotten password, ask your administrator to reset it:
Admin: reset user password
MFA code rejected
MFA code rejected
Cause: TOTP code has expired (codes are valid for 30 seconds), or the device
clock is not synchronized.Resolution:
- Wait for the next code to appear in your authenticator app (new code every 30 seconds)
- Ensure your device clock is set to the correct UTC time (time drift causes TOTP failures)
- If codes consistently fail, re-enroll your MFA device under Identity → Users → Multi-Factor Authentication
Application credential rejected
Application credential rejected
Cause: The credential may have expired, the owning user may be disabled, or the
credential was deleted.Diagnose:Verify the credential exists and check its expiration date:Resolution: If expired, create a new credential and update your pipeline
configuration. If the owning user is disabled, re-enable the user or create a
new credential under an active service user account.
List active credentials
Show credential details
Permission Errors
Permission denied on resource operation
Permission denied on resource operation
Cause: The current user lacks the required role in the target project.Diagnose:Resolution: If no assignment exists, request the appropriate role from your
project administrator:
Check role assignments for user in project
Admin: grant member role
403 Forbidden on administrative operations
403 Forbidden on administrative operations
Cause: The user has the
admin role in a project but not at the system or domain
scope required for platform-level administrative operations.Diagnose: Check if the operation requires system-scope admin access.
API operations on domains, users across domains, and service configurations typically
require system-scope admin.Resolution: Grant system-scope admin access (requires an existing system admin):Grant system admin role
Token Scope Issues
Token scope error — resource not visible
Token scope error — resource not visible
Cause: The token was issued against a different project than where the resource lives.Diagnose:Check the
Inspect current token scope
project field. If it does not match the project containing your resource,
re-authenticate with the correct project scope.Resolution:Re-authenticate with correct project scope
Token expired mid-session
Token expired mid-session
Cause: Default token lifetime is 1 hour. Long-running CLI sessions or scripts
may encounter expired tokens.Resolution: Re-authenticate before executing long operations:For automation scripts, use application credentials
which auto-renew through the
Refresh token
v3applicationcredential auth type.Account Management Issues
User cannot log in — account not visible
User cannot log in — account not visible
Cause: The user may belong to a different domain, or the account is disabled.Diagnose:Resolution: Ensure the user is in the correct domain. If disabled, re-enable:
Search user across all domains
Show user status
Re-enable user
Project quota exceeded
Project quota exceeded
Cause: The project has reached its resource quota limit for the requested
resource type (instances, volumes, networks, etc.).Diagnose:Look for fields where
Check quota usage
used equals or exceeds limit.Resolution: Contact your platform administrator to increase the quota, or delete
unused resources to free space within the existing quota.Next Steps
Identity Admin Guide — Troubleshooting
Platform-level diagnostics — LDAP connectivity, Fernet key sync, and service catalog issues.
Application Credentials
Create robust non-interactive credentials for automation that avoid session expiry issues.
Users
Manage user accounts, passwords, and role assignments.
Multi-Factor Authentication
Resolve MFA enrollment and TOTP code validation issues.