Access Manager is built from two services, and every protected Lerian product plugs into them at the route level. Together, they cover the three jobs of access control: managing access data, deciding access at runtime, and enforcing those decisions inside each product.Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
- Auth is the runtime decision layer. It issues tokens, verifies MFA, returns user information, and answers permission checks.
- Identity is the management layer. It stores users, groups, applications, communication providers, application-provider links, and MFA configuration.
- Product-level enforcement is the runtime integration inside protected products. It calls Auth before product business logic runs and is not a third Access Manager service.
Auth service
Runtime tokens, MFA verification, user information, permission decisions, and cache.
Identity service
Management of users, groups, applications, communication providers, and MFA configuration.
Product-level enforcement
Route-level checks inside protected Lerian products that call Auth before business logic.

