General Settings Configuration
Database connections, multilingual support, email configuration, and Google Fonts integration
Database Settings
Database configuration controls the data storage backend and initialization options for IdentitySuite. Multiple database providers are supported with flexible connection string management.
Supported Database Providers:
Connection String Examples:
Server=localhost;Database=IdentitySuite;User Id=sa;Password=yourPassword;TrustServerCertificate=trueHost=localhost;Database=IdentitySuite;Username=postgres;Password=yourPasswordServer=localhost;Database=IdentitySuite;Uid=root;Pwd=yourPassword;AllowUserVariables=trueDatabase Initialization Options:
Languages Configuration
Multilingual support allows IdentitySuite to serve users in their preferred language across two key areas: the administrative interface and the authentication experience.
How Language Selection Works:
Supported Languages:
Language Management:
Localization Coverage:
Administrative Interface:
- • All UI elements and navigation
- • Forms and input validation
- • System messages and notifications
- • Email templates and communications
Authentication Pages:
- • Login and registration forms
- • Consent and authorization pages
- • Error and information messages
- • Password reset and recovery flows
Important Note:
Language changes require an application restart to take effect, as localization settings are loaded during the startup phase.
Email Sending Configuration
Email configuration enables IdentitySuite to send transactional emails such as account confirmations, password resets, and notifications. Two email providers are supported for flexibility.
Supported Email Providers:
SMTP Standard
Traditional SMTP configuration compatible with most email providers including Gmail, Outlook, Yahoo, and custom mail servers.
SendGrid
Cloud-based email service with advanced deliverability, analytics, and scalability. Recommended for high-volume email sending and production environments.
Email Template Features:
Google Font Key Configuration
Google Fonts integration allows you to use Google's extensive font library for enhanced typography across your IdentitySuite application and Microsoft Identity pages.
Font Integration Scope:
Benefits of Google Fonts Integration:
- • Access to 1,400+ high-quality, open-source font families
- • Automatic font optimization and fast loading
- • Consistent typography across all devices and browsers
- • Regular updates and new font additions from Google
- • Enhanced user experience with professional typography
Usage Notes:
- • API key enables dynamic font loading and preview in the theme editor
- • Without API key, only system fonts and web-safe fonts are available
- • Google Fonts API has generous free usage limits for most applications