Skip to content

Social Connections

AuthAction supports social login through a wide range of identity providers. Each provider requires a one-time OAuth application setup on the provider’s side, followed by configuration in the AuthAction dashboard.

  • Google — Google Cloud OAuth 2.0
  • Microsoft — Azure AD app registration
  • GitHub — GitHub OAuth Apps
  • GitLab — GitLab OAuth Applications
  • LinkedIn — LinkedIn OAuth Credentials
  • Twitter — Twitter (X) OAuth
  • Amazon — Login with Amazon
  • Bitbucket — Bitbucket OAuth Consumers
  • Slack — Slack OAuth Apps
  • Discord — Discord OAuth2 Applications

Each social connection follows the same pattern:

  1. Create an OAuth application on the provider’s developer portal
  2. Set the redirect URI to https://<tenant-name>.<region>.authaction.com/oauth2/login/callback
  3. Copy the Client ID and Client Secret into the AuthAction dashboard under Connections > Social Connections
  4. Enable the connection for your application in the AuthAction dashboard
  5. Test by visiting your app’s login page and clicking the social login button