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.
Overview
Section titled “Overview”To enable social login:
- Create OAuth credentials on the provider’s developer portal.
- Add the provider in AuthAction under Connections > Social Connections.
- Enable the connection for your applications.
General Setup Steps
Section titled “General Setup Steps”For each provider (Google, GitHub, Microsoft, etc.):
- Create OAuth application on the provider’s developer portal.
- Set the redirect URI to:
https://<tenant-name>.<region>.authaction.com/oauth2/login/callback
- Copy Client ID and Client Secret from the provider.
- Configure in AuthAction: Go to Connections > Social Connections, select the provider, and enter the credentials.
- Enable for your app: In your application settings, enable the social connection.
- Test by visiting your app’s login page and using the social login button.
Supported Providers
Section titled “Supported Providers”See the Social Connections section for provider-specific guides:
Related
Section titled “Related”- Applications: Enable social connections for your apps.
- Database Connections: Combine with email/password or passkey.