Last updated: 2026-04-06
Documentation Access¶
This guide covers access levels for Dxtra documentation.
Public Access¶
The following sections are available without authentication:
- Getting Started: Platform introduction and evaluation materials
- Public Information: Company information and general compliance overview
Authenticated Access¶
All other documentation requires a Dxtra account. Content visibility is based on your assigned role in the data_controller_users table.
Access by Role¶
| Role | Documentation Access |
|---|---|
| owner / admin | Full access to all documentation |
| businessOwner | Strategic overview, compliance reporting, analysis |
| dataController | Processing activities, policy management, compliance |
| dataProtectionOfficer | Compliance documentation, audit materials, DPIAs |
| developer | API documentation, integration guides, technical reference |
| agencyReseller | Multi-client management, white-label documentation |
| auditorRegulator | Compliance verification, audit documentation |
| dataSubject | Personal data management, rights information |
Authentication Flow¶
Documentation authentication uses JWT tokens from Dxtra authentication:
graph LR
A[User visits docs.dxtra.ai] --> B{Public section?}
B -->|Yes| C[Access granted]
B -->|No| D[Redirect to auth.dxtra.ai]
D --> E[User login]
E --> F[JWT issued]
F --> G[Role-based content displayed] SSO Integration¶
Enterprise accounts can configure SSO via:
- Google Workspace
- Microsoft Azure AD
- Okta
- Custom SAML 2.0
- Custom OpenID Connect
Contact support@dxtra.ai to configure enterprise SSO.
Related Documentation¶
- API Authentication - API access and Personal Access Tokens
- Team Security - User role management