Eedesy
Book Demo
HomeProductsContact
Email Platform
  • Introduction
  • Quick Start
  • Overview
  • Create Campaign
  • Design
  • Launch
  • Templates
  • Overview
  • Journey Types
  • Journey Data
  • Welcome Flow
  • Weekly Summary
  • Reservations
  • Recurring Reminders
  • Lists
  • Users
  • Overview
  • Providers
  • API Keys
  • Subscriptions
  • Overview
  • SendGrid
  • Mailgun
  • Amazon SES
  • SMTP
  • Twilio
  • Plivo
  • Vonage
  • Segment
  • PostHog
  • Push Notifications
  • Android SDK
  • iOS SDK
  • Overview
  • AWS EC2
  • AWS Elastic Beanstalk
  • DigitalOcean
  • Authentication
  • Keycloak Integration
  • Keycloak vs Basic Auth
  • Storage
  • Configuration
  • Deep Linking
  • Admin API
  • Client API

Related Products

  • AI Voice Agent
  • AI Voice Assistant
  • Try Free
Email Platform
  • Introduction
  • Quick Start
  • Overview
  • Create Campaign
  • Design
  • Launch
  • Templates
  • Overview
  • Journey Types
  • Journey Data
  • Welcome Flow
  • Weekly Summary
  • Reservations
  • Recurring Reminders
  • Lists
  • Users
  • Overview
  • Providers
  • API Keys
  • Subscriptions
  • Overview
  • SendGrid
  • Mailgun
  • Amazon SES
  • SMTP
  • Twilio
  • Plivo
  • Vonage
  • Segment
  • PostHog
  • Push Notifications
  • Android SDK
  • iOS SDK
  • Overview
  • AWS EC2
  • AWS Elastic Beanstalk
  • DigitalOcean
  • Authentication
  • Keycloak Integration
  • Keycloak vs Basic Auth
  • Storage
  • Configuration
  • Deep Linking
  • Admin API
  • Client API
  1. Docs
  2. Email Platform
  3. Advanced
  4. Authentication

Authentication

Configure authentication for Edesy Email including Basic, SAML, OpenID, and Google authentication methods.

Authentication

Edesy Email comes with a few different types of authentication out of the box:

  • Basic
  • SAML
  • OpenID
  • Google

Whereas a lot of platforms will gate SSO as a luxury feature and charge extra for it (this is known as the SSO Tax) we opted to go the opposite direction and lean in completely to SSO to make sure you understand that Edesy Email takes your security seriously. SSO is not something that only Enterprise companies should have, but should be available at every level.

Basic

Right out of the gate Edesy Email is setup to use a simple Basic auth that allows for a single user that can be set inside of the environment variables. This is a limited form of auth as it does not allow for multiple users and is largely meant for evaluation purposes.

To change the credentials for basic auth, modify the following environment variables and restart your Edesy Email instance.

AUTH_BASIC_NAME=Login
AUTH_BASIC_USERNAME=edesy-email
AUTH_BASIC_PASSWORD=password

OpenID

OpenID Connect is a modern authentication protocol that allows you to integrate with many identity providers including Keycloak, Auth0, Okta, Azure AD, and more.

Keycloak Integration

Want unified authentication like Zoho across all your apps? Keycloak is a popular open-source identity provider that works perfectly with Edesy Email.

Complete Keycloak Integration Guide - Full setup instructions for Keycloak with Edesy Email

Keycloak vs Basic Auth Comparison - Compare authentication options

Config

key type required
AUTH_DRIVER 'openid' true
AUTH_OPENID_NAME string false
AUTH_OPENID_ISSUER_URL string true
AUTH_OPENID_CLIENT_ID string true
AUTH_OPENID_CLIENT_SECRET string true
AUTH_OPENID_REDIRECT_URI string auto-generated
AUTH_OPENID_DOMAIN string false

Note: AUTH_OPENID_REDIRECT_URI is automatically set to {API_BASE_URL}/auth/login/openid/callback. You don't need to set this manually.

Example: Keycloak

AUTH_DRIVER=openid
AUTH_OPENID_NAME=Login with Keycloak
AUTH_OPENID_ISSUER_URL=https://auth.mycompany.com/realms/production
AUTH_OPENID_CLIENT_ID=edesy-email
AUTH_OPENID_CLIENT_SECRET=your-client-secret
AUTH_OPENID_DOMAIN=mycompany.com  # Optional: restrict to specific domains

SAML

Config

key type required
AUTH_DRIVER 'saml' true
AUTH_SAML_NAME string false
AUTH_SAML_CALLBACK_URL string true
AUTH_SAML_ENTRY_POINT_URL string true
AUTH_SAML_ISSUER string true
AUTH_SAML_CERT string true
AUTH_SAML_IS_AUTHN_SIGNED boolean false

Google Workspace

You can utilize either SAML or OpenID to connect to your Google Account. We'll be highlighting how to setup SAML as it is slightly easier than OpenID to configure.

  1. Open the admin console for Google Workspace (https://admin.google.com)
  2. Navigate to Apps -> Web and mobile apps
  3. Click Add app and from the dropdown select Add custom SAML app
  4. Enter an app name and select an optional logo and continue to the next step
  5. Copy the SSO URL and the Certificate, you'll need them later. Hit Continue.
  6. Under Service Provider Details enter the following:
    • ACS URL: YOUR_DOMAIN.com/api/auth/login/saml/callback
    • Entity ID: YOUR_DOMAIN.com/api/auth/login/saml/callback
    • Name ID Format: EMAIL
    • Name ID: Basic Information > Primary Email
  7. Hit Continue.
  8. Under SAML attribute mapping you can map the following attributes:
    • First name: first_name
    • Last name: last_name
  9. Hit Finish to save.
  10. Navigate to your new SAML configuration and select User Access. Make sure to turn this on for the groups you would like to have access.
  11. Open your IDE. In your environment variables add or replace the following:
AUTH_DRIVER=basic
AUTH_SAML_CALLBACK_URL=// The domain from above
AUTH_SAML_ENTRY_POINT_URL=// The SSO URL you previously copied
AUTH_SAML_ISSUER=// The entity ID from above
AUTH_SAML_CERT=// The certificate you previously copied
AUTH_SAML_IS_AUTHN_SIGNED=false
  1. Restart your instance to make sure the latest changes are propogated. It can take up to an hour for a new Google SAML app to go live, check back in if it doesn't work immediately.
Previous
DigitalOcean
Next
Keycloak Integration

On this page

  • Basic
  • OpenID
  • Keycloak Integration
  • Config
  • Example: Keycloak
  • SAML
  • Config
  • Google Workspace

Stay Updated

Get the latest updates on AI voice technology, product releases, and exclusive resources.

Get Started

Try our products for free
AI Voice Agent
Build voice AI for calls
WhatsApp AI Bot
Automate WhatsApp chats
Website Chatbot
AI chat for websites
Edesy CRM
Manage leads & customers
Book a DemoCall UsEmail Us
Eedesy

Your all-in-one platform for digital innovation. We build AI-powered solutions that transform how businesses operate.

[email protected]+91 95475 31359

Products

  • AI Voice Assistant
  • WhatsApp Voice AI
  • WhatsApp Bot Builder
  • AI Website Chatbot
  • AI-SDR
  • Number Masking
  • Shopify Apps
  • View All Products

Solutions

  • For E-commerce
  • For Healthcare
  • For Real Estate
  • For Restaurants
  • For Appointments
  • View All Use Cases

Services

  • AI Chatbot Development
  • Voice AI Development
  • Shopify Development
  • SaaS Development
  • WhatsApp API Integration
  • View All Services

Resources

  • Documentation
  • Voice Agent Docs
  • API Reference
  • Number Masking API Docs
  • Blog
  • Changelog
  • Book a Demo

Company

  • About Us
  • Contact
  • Careers
  • Privacy Policy
  • Terms of Service

Products

  • AI Voice Assistant
  • WhatsApp Voice AI
  • WhatsApp Bot Builder
  • AI Website Chatbot
  • AI-SDR
  • Number Masking
  • Shopify Apps
  • View All Products

Solutions

  • For E-commerce
  • For Healthcare
  • For Real Estate
  • For Restaurants
  • For Appointments
  • View All Use Cases

Services

  • AI Chatbot Development
  • Voice AI Development
  • Shopify Development
  • SaaS Development
  • WhatsApp API Integration
  • View All Services

Resources

  • Documentation
  • Voice Agent Docs
  • API Reference
  • Number Masking API Docs
  • Blog
  • Changelog
  • Book a Demo

Company

  • About Us
  • Contact
  • Careers
  • Privacy Policy
  • Terms of Service
  • AI Voice Assistant
  • WhatsApp Voice AI
  • WhatsApp Bot Builder
  • AI Website Chatbot
  • AI-SDR
  • Number Masking
  • Shopify Apps
  • View All Products
  • For E-commerce
  • For Healthcare
  • For Real Estate
  • For Restaurants
  • For Appointments
  • View All Use Cases
  • AI Chatbot Development
  • Voice AI Development
  • Shopify Development
  • SaaS Development
  • WhatsApp API Integration
  • View All Services
  • Documentation
  • Voice Agent Docs
  • API Reference
  • Number Masking API Docs
  • Blog
  • Changelog
  • Book a Demo
  • About Us
  • Contact
  • Careers
  • Privacy Policy
  • Terms of Service

Popular Free Tools

Compress PDFMerge PDFPDF to WordGST CalculatorEMI CalculatorSIP CalculatorJSON FormatterBase64 EncoderImage CompressorQR Code GeneratorVoice AI ROI CalculatorAmazon FBA CalculatorAI Email WriterVideo to GIFPrivacy Policy GeneratorCRM ROI CalculatorMeeting Cost Calculator
Categories:PDF ToolsDeveloper ToolsFinance CalculatorsImage ToolsVideo ToolsAI Writing ToolsAudio ToolsWhatsApp ToolsDocument GeneratorsVoice AI ToolsE-commerce ToolsView All Tools

© 2026 Edesy Technology Labs Pvt Ltd

SSL Secured
99.9% Uptime