SolidX

OAuth

Information about OAuth-based authentication methods

OAuth Providers

SolidX supports several OAuth sign-in methods. You can use built-in providers or connect with other OAuth services.

Supported OAuth Methods

Google

A popular Google sign-in option.

Facebook

Sign in with Facebook / Meta accounts.

Microsoft

Sign in with Microsoft / Entra ID accounts.

LinkedIn

Sign in with LinkedIn accounts. LinkedIn support is available as a standard OAuth method.

Twitter/X

Sign in with Twitter / X accounts. Twitter/X support is available as a standard OAuth method.

OAuth Overview

OAuth lets users sign in through another service, like Google, Facebook, LinkedIn, or Twitter/X, without storing their password in SolidX.

Basic Flow

  • User clicks a provider sign-in button.
  • The app sends the user to the provider.
  • The provider returns the user back to SolidX.
  • SolidX finishes sign-in and opens the app.

Required Provider Values

  • A client ID from the provider.
  • A client secret or app secret.
  • A redirect URL for the login result.
  • Provider settings in the provider console.

Want a different provider?

If you want a provider not listed here, use the custom OAuth providers option and follow the same simple pattern.

Where to go next