Platform9 · Authentication Profile
Platform9 Authentication
Authentication
Platform9 Private Cloud Director uses OpenStack Keystone v3 identity. Clients authenticate at POST https://{host}/keystone/v3/auth/tokens to obtain a token, then present it on subsequent requests via the X-Auth-Token header. Machine-to- machine automation uses Application Credentials (id/name/secret) rather than user passwords. Multi-factor (TOTP) and Enterprise SSO (SAML/OIDC via Dex) are supported. Tokens can be scoped to a project, domain, or system.
Platform9 secures its APIs with token and http across 5 declared security schemes, as derived from its OpenAPI definitions.
CompanyInfrastructurePrivate CloudOpenStackKubernetesVirtualizationIaaSVMware MigrationCloud Management
Methods: token, http
Schemes: 5
OAuth flows:
API key in:
Security Schemes
keystoneToken apiKey
keystonePassword password
applicationCredential application_credential
totp mfa
enterpriseSSO federation