# Udibo Identity > Managed identity service in private beta. Begin with first login, then add product features. Full public guides: https://www.udibo.com/docs/identity/llms-full.txt ## Udibo Identity ### Start here - [Start with Udibo](https://www.udibo.com/docs/identity): Choose managed identity or app-owned authentication and understand what you operate. - [Connect your first application](https://www.udibo.com/docs/identity/get-started): Get beta access, register an application, and complete your first sign-in. - [Configure an application](https://www.udibo.com/docs/identity/applications): Configure client credentials, callbacks, grants, and token validation for each environment. - [Understand the pieces](https://www.udibo.com/docs/identity/concepts): Understand tenants, applications, users, organizations, sessions, and permissions. - [Choose a starting project](https://www.udibo.com/docs/identity/starter-projects): Choose a runnable example for a new project and know what needs replacing before production. - [Build with an agent](https://www.udibo.com/docs/identity/agents): Give a coding agent the integration context, public sources, and acceptance checks it needs. ### Sign-in methods - [Social login](https://www.udibo.com/docs/identity/social-login): Connect Google, GitHub, Discord, Apple, or an OIDC provider and understand account linking. - [Passwordless sign-in](https://www.udibo.com/docs/identity/passwordless): Enable email codes and magic links, with their lifetimes and sign-in rules. - [Multi-factor authentication](https://www.udibo.com/docs/identity/mfa): Configure authenticator apps, recovery codes, and your MFA policy. - [Sign-up fields and custom metadata](https://www.udibo.com/docs/identity/signup-fields): Collect additional account details and choose who can edit each field. ### Build your product - [Organizations](https://www.udibo.com/docs/identity/organizations): Group users into customer companies with invitations, memberships, and organization roles. - [Permissions and Roles](https://www.udibo.com/docs/identity/permissions): Define permissions, assign roles, and enforce access in your application. - [Build a B2B SaaS application](https://www.udibo.com/docs/identity/b2b-saas-template): Build a B2B app with sign-in, organizations, roles, and verified webhooks. - [Build a consumer application](https://www.udibo.com/docs/identity/b2c-app-template): Build a consumer app with account recovery, verified email, and user-owned data. - [Build a client portal](https://www.udibo.com/docs/identity/client-portal-template): Build a client portal with document sharing and live resource permission checks. - [Protect an MCP server](https://www.udibo.com/docs/identity/mcp-server-template): Protect a stateless MCP server with hosted sign-in and organization permissions. ### Move to Udibo - [Move an existing application to Udibo](https://www.udibo.com/docs/identity/migrate): Move an existing application in stages, preserve user identity, and rehearse rollback. - [User import](https://www.udibo.com/docs/identity/user-import): Import user profiles and supported password hashes, with an upgrade on first sign-in. ### Go live and operate - [Webhooks](https://www.udibo.com/docs/identity/webhooks): Verify event signatures, handle duplicate deliveries, and understand retry behavior. - [Audit log](https://www.udibo.com/docs/identity/audit-log): Investigate tenant activity and export audit events as CSV or NDJSON. - [Get ready for production](https://www.udibo.com/docs/identity/production): Review environments, sessions, authorization, recovery, and launch readiness. - [Find the next check](https://www.udibo.com/docs/identity/troubleshooting): Diagnose callback, cookie, scope, sign-in, and permission problems in order.