Reviewer focus
- Which identity types are used for users and integrations
- How least-privilege authorization is enforced
- How credentials are stored, rotated, and revoked
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authentication, authorization, credential scope, and access lifecycle controls.
| Access path | Model |
|---|---|
| User access | SSO and OIDC-capable authentication with session controls |
| API integrations | Scoped token-based authentication |
| Administrative actions | Restricted administrative access model |
| Control | Implementation |
|---|---|
| Tenant isolation | Tero evaluates requests in tenant and workspace context |
| Role-based access | Tero constrains access by role and permitted operations |
| Scope constraints | Tero limits integration credentials to required functions |
| Access lifecycle | Admins provision access for approved need and remove it when no longer needed |
| Area | Practice |
|---|---|
| Creation | Issued through controlled integration and admin workflows |
| Storage | Tero stores credentials in managed secret systems |
| Rotation | Supported on demand and through operational workflows |
| Revocation | Immediate disable and revocation supported |
| Source control hygiene | Secrets are not committed to source code |
| Area | Tero-hosted | Self-hosted |
|---|---|---|
| Runtime identity controls | Tero-operated | Customer-operated runtime |
| IdP policy and lifecycle rules | Customer-controlled | Customer-controlled |
| Secret backend ownership | Tero-managed services | Customer-managed services |
| Topic | Primary evidence |
|---|---|
| Authentication and password baseline | Authentication and Password Standard |
| Ownership split | Shared Responsibility |
| Secret handling and key model | Encryption and Key Management |
| Architecture boundaries | Security Architecture |