Skip to content

Social Connections

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

ProviderGuide
GoogleSetup Guide
MicrosoftSetup Guide
GitHubSetup Guide
GitLabSetup Guide
LinkedInSetup Guide
Twitter (X)Setup Guide
AmazonSetup Guide
BitbucketSetup Guide
SlackSetup Guide
DiscordSetup Guide

Each provider follows the same configuration pattern:

  1. Create an OAuth application on the provider’s developer portal.
  2. Configure 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. Verify by visiting your app’s login page and using the social login button.