Login Providers Configuration
Configure social authentication providers and external login options
Login Providers Overview
Login Providers enable users to authenticate using their existing social media and platform accounts. IdentitySuite supports integration with major authentication providers to streamline the user registration and login process.
Supported Login Providers:
Key Benefits:
- • Reduces user friction by eliminating the need to create new accounts
- • Leverages trusted authentication systems for enhanced security
- • Provides access to user profile information from social platforms
- • Improves user experience with familiar login interfaces
Provider Configuration
Each login provider requires specific configuration parameters obtained from the respective platform's developer console. These settings establish the connection between IdentitySuite and the external authentication service.
Required Configuration Fields:
Order Configuration:
Provider Status Control:
Security Features
IdentitySuite includes built-in security features to protect sensitive configuration data, particularly the ClientSecret values that must be kept confidential.
Credential Protection:
IdentitySuite.[environment].json file without exposing the original sensitive data.
How Encryption Works:
- • Click the eye icon to toggle encryption for ClientId and ClientSecret fields
- • Encrypted values are automatically decrypted when the application starts
- • Original values remain accessible to IdentitySuite while staying protected in storage
- • Learn more about IdentitySuite encryption →
Configuration File Management:
Login provider settings are automatically saved to your environment-specific configuration file. Learn more about IdentitySuite configuration files →
Managing Login Providers
IdentitySuite provides a user-friendly interface for adding, configuring, and managing multiple login providers to meet your application's authentication requirements.
Adding New Providers:
Provider Management Actions:
User Experience Impact:
- • Enabled providers appear as clickable buttons on the login page
- • Provider order determines the visual sequence in the authentication interface
- • Users can choose their preferred authentication method from the available options
- • Disabled providers are immediately hidden from the login interface