Skip to content

Getting Started with the AuthAction Dashboard

This guide walks you through the initial setup when you first access the AuthAction Dashboard for a new tenant.

  • An AuthAction account

Visit the AuthAction home page and sign in with your credentials. After logging in, you land on the home and can select or switch tenants as needed.

  1. Go to Applications in the sidebar.
  2. Click Create Application.
  3. Choose the application type:
    • Single Page Application (SPA) for web apps (React, Vue, Angular)
    • Machine-to-Machine (M2M) for backend services and APIs
  4. Configure the Callback URL (for SPAs) or API access (for M2M).
  5. Save the application and note the Client ID.

Choose how users will authenticate:

  • Database Connection: Email/password and optional passkeys
  • Social Connections: Google, GitHub, Microsoft, or other providers (see Social Connections)

Enable at least one connection for your application.

  1. Add your application’s login URL to the allowed Callback URLs.
  2. Visit your app and trigger the login flow.
  3. Confirm that users can sign up, sign in, and complete the OAuth redirect.