Skip to content

Social Connections Setup

Social connections let users sign in with identity providers such as Google, GitHub, Microsoft, and LinkedIn. This guide covers the setup process in the AuthAction dashboard.

To enable social login:

  1. Create OAuth credentials on the provider’s developer portal.
  2. Add the provider in AuthAction under Connections > Social Connections.
  3. Enable the connection for your applications.

For each provider (Google, GitHub, Microsoft, etc.):

  1. Create 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 Client ID and Client Secret from the provider.
  4. Configure in AuthAction: Go to Connections > Social Connections, select the provider, and enter the credentials.
  5. Enable for your app: In your application settings, enable the social connection.
  6. Test by visiting your app’s login page and using the social login button.

See the Social Connections section for provider-specific guides: