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.
Available Providers
Section titled “Available Providers”| Provider | Guide |
|---|---|
| Setup Guide | |
| Microsoft | Setup Guide |
| GitHub | Setup Guide |
| GitLab | Setup Guide |
| Setup Guide | |
| Twitter (X) | Setup Guide |
| Amazon | Setup Guide |
| Bitbucket | Setup Guide |
| Slack | Setup Guide |
| Discord | Setup Guide |
General Setup Flow
Section titled “General Setup Flow”Each provider follows the same configuration pattern:
- Create an OAuth application on the provider’s developer portal.
- Configure 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.
- Verify by visiting your app’s login page and using the social login button.
Provider-Specific Guides
Section titled “Provider-Specific Guides”- 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