Introduction
Getting started
Set up Authalla in minutes and ship passwordless authentication with passkeys, magic links, and SSO connections.
Installation
Create an OAuth client, configure redirect URIs, and start OAuth2 flows.
Authentication overview
Understand Authalla flows, tokens, and session lifecycle.
Branding & theming
Match the login experience to your product.
Quick start
You can register an account at authalla.com to get started.
- Create an OAuth2 client in the Admin UI (default tenant already exists for Authalla accounts).
- Add redirect URLs on the client and configure Allowed origins in Tenants → (select tenant) → API.
- Use the AI Integration Assistant prompt to generate OAuth 2.1-compliant integration code.
- If you prefer the manual flow, redirect users to
/oauth2/authorizewith PKCE and exchange the code at/oauth2/token.
https://{tenant-id}.authalla.com/oauth2/authorize?response_type=code&client_id=client_123&redirect_uri=https%3A%2F%2Fapp.example.com%2Foauth%2Fcallback&scope=openid%20profile%20email&state=state_123&code_challenge=abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJK&code_challenge_method=S256
Common tasks
- Enable passkeys and magic link fallback.
- Configure social and enterprise SSO connections.
- Customize the hosted login UI.
Getting help
Need help? Email is the best way to reach us: [email protected].