Tintri Authentication
The Tintri VMstore REST API (v310) uses session-based authentication. A client authenticates with local or directory-service credentials by POSTing to the session/login endpoint; the server returns a session cookie (JSESSIONID) that must accompany subsequent requests. There is no OAuth 2.0 / OpenID Connect flow and no long-lived API-key surface — sessions are short-lived and are explicitly closed via session/logout. Because there is no OAuth scope model, no scopes/ artifact is produced; role-based access control is enforced by the appliance against the authenticated user's assigned UserRole.
Tintri secures its APIs with session across 1 declared security scheme, as derived from its OpenAPI definitions.
Security Schemes
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.