Skip to content

AuthAction Documentation

Everything you need to add OAuth 2.0 and OpenID Connect authentication to an application: hosted login, passkeys, social and enterprise connections, machine-to-machine tokens, and MCP authorization for AI agents.

If you are starting from scratch, the three steps below take you from a new account to a working login.

  1. Create a tenant

    A tenant is your isolated identity environment, with its own users, connections and domain. You get one for development and one for production.

  2. Register an application

    Tell AuthAction what is connecting: a single-page app, a regular web app, a native app, or a machine-to-machine service. This is where your client ID and callback URLs live.

  3. Integrate your app

    Drop in the SDK for your framework, point it at your tenant domain and client ID, and you have a login.

New to the dashboard? Getting started walks through it screen by screen.

Something missing or unclear in these docs? Email support@authaction.com.