Documentation
Integrate your applications with the Trustaige Identity Platform.
Getting Started
Set up the Trustaige Identity Platform for your organization and register your first passkeys.
- Organization onboarding
- Admin account setup
- First passkey registration
- Invite team members
OpenID Connect
Integrate your applications using the OpenID Connect protocol for single sign-on.
- Discovery:
/.well-known/openid-configuration - Authorization:
/oauth2/authorize - Token:
/oauth2/token - UserInfo:
/oauth2/userinfo - JWKS:
/.well-known/jwks.json
SAML 2.0
Connect enterprise applications using SAML 2.0 for federated single sign-on.
- SSO Endpoint:
/saml/sso - SLO Endpoint:
/saml/slo - Metadata:
/saml/metadata - SP configuration via blueprints
WebAuthn / Passkeys
Manage passkey registration and authentication ceremonies for your users.
- Registration ceremony flow
- Authentication ceremony flow
- Passkey management (list, rename, delete)
- Conditional UI / autofill support
Admin API
Manage members, roles, and devices programmatically through the admin REST API.
- Member management (list, invite, enable, disable)
- Role assignment (admin, member, guest)
- Device registration links
- Session management
User Self-Service
APIs available to authenticated users for managing their own profile and sessions.
- Profile management:
/api/me - Session listing:
/api/sessions - Passkey management:
/api/passkeys - Connected applications:
/api/apps/connected
Full API Documentation
Comprehensive API reference documentation with request/response examples is coming soon. In the meantime, reach out to our team for integration support.
Contact for Integration Help