Login and Access
Login and Access to UNIQCloud
This page explains how to access UNIQCloud, the available login methods, and how service users are handled across projects.
Login Information
To access UNIQCloud, you must meet the following requirements:
- A valid user account, either:
- SSO user
- Local user / Service user (svc-user)
Access to UNIQCloud is only possible from the internal network or through the VPN.
The main entry point to UNIQCloud is the Horizon dashboard:
Login Methods
You can log in to UNIQCloud using one of the following methods. Select the appropriate tab depending on your user type and workflow.
- SSO User
- Local / Service User
Login with SSO User
SSO users authenticate using the organization’s Single Sign-On system.
Steps:
- Connect to the VPN.
- Open the Horizon dashboard.
- Select SSO Login.
- Authenticate using your corporate credentials.
CLI Access (SSO):
To use the OpenStack CLI with an SSO account, generate credentials using the following tool:
Check next page (OpenStack SSO EntraID section)
Login with Local or Service User (svc-user)
Local users, also known as service users (svc-users), authenticate using OpenStack credentials.
Steps:
- Connect to the VPN.
- Open the Horizon dashboard.
- Log in using the local username and password.
- Include the certificate for use Openstack RC file
If the /TLS certificate is not available, you can request it by sending an email to [email protected]
CLI Access (svc-user):
For CLI usage, download the OpenStack RC file from Horizon and source it in your environment.
From Horizon:
- Go to Project → API Access
- Download the OpenStack RC file

Service Users and Projects
Every UNIQCloud project includes information related to a service user (svc-user).
Key Points About Service Users
- Each project has an associated svc-user
- The svc-user is intended for:
- Automation
- Infrastructure tooling
- Programmatic access via the OpenStack CLI
- Credentials are managed at the project level
- Svc-users are not linked to SSO.
- Svc-users are intended to be used along with app-credentials for each separated porpouse(example: terraform-app-credetential, pipeline-runner-app-credential...etc).
Do not store OpenStack RC files in public repositories or share them with other users.
Summary
- UNIQCloud supports SSO users and local/service users
- Horizon provides access for both user types
- Tabs allow users to clearly choose the correct login method
- Every project includes a service user for automation and CLI usage