Table of Contents

Identity and accounts

Last updated:

Use these topics to integrate the account lifecycle implemented and verified by the Helium preview.

Important

The contracts and hosted behavior documented here exist in the framework repository, but coordinated consumer packages and the official project template are not yet published. Treat code examples as preview API guidance rather than installation instructions.

Start here

Common tasks

Key concepts

Onboarding

After verification and sign-in, use Onboarding to discover state and create the account's first organization atomically.

Troubleshooting

Identity operations return provider-neutral OperationResult values. Start with Operation results and errors and preserve the returned correlation identifier when collecting diagnostics.

Reference

The supported surface is limited to documented types in Trombetta.SaaS.Contracts.Identity and Trombetta.SaaS.Hosting.AspNetCore. Persistence entities, credentials, tokens, session identifiers, cookie contents, claims construction, and provider implementation types are not public contracts.