AeThex Passport is the identity platform that powers authentication and authorization across the AeThex ecosystem.
-
It is designed to give users one consistent identity across AeThex-connected surfaces: games, support, community systems, governance, creator tools, and developer integrations.
+
{{InfoBox}}
+
+
| Property | Value |
+
|-----------|---------|
+
| Product | Passport |
+
| Category | Identity Platform |
+
| Status | Active |
+
| Protocols | OAuth 2.0, OpenID Connect |
---
-
## What Passport Handles
+
## Features
-
- Account identity
-
- Authentication
-
- Linked accounts
-
- Public profile context
-
- Roles and permissions
-
- Inventory and locker context
-
- Achievement and progress context
-
- Support identity and ticket routing
-
- Governance eligibility and voting context
+
- Single Sign-On
+
- Linked Accounts
+
- Organization Membership
+
- Roles and Permissions
+
- Session Management
+
- Identity Verification
---
-
## Typical Passport Flow
+
## Core Concepts
-
1. User creates or opens Passport.
-
2. User links external identities when needed.
-
3. An experience, app, or bot requests identity context.
-
4. AeThex verifies the user and returns approved scoped data.
-
5. The integration uses only the required information.
+
### Profiles
-
---
+
Profiles represent an individual user's identity.
+
+
### Organizations
-
## Integration Principles
+
Users may belong to multiple organizations.
-
Passport integrations should follow three rules:
+
### Roles
-
1. **Ask for the minimum scope.**
-
2. **Never expose private user data unnecessarily.**