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.
Available Providers
Section titled “Available Providers”- 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
General Setup Steps
Section titled “General Setup Steps”Each social connection follows the same pattern:
- Create an OAuth application on the provider’s developer portal
- Set the redirect URI to
https://<tenant-name>.<region>.authaction.com/oauth2/login/callback - Copy the Client ID and Client Secret into the AuthAction dashboard under Connections > Social Connections
- Enable the connection for your application in the AuthAction dashboard
- Test by visiting your app’s login page and clicking the social login button