Skip to main content

Player Authentication

Before accessing sensitive account information or taking actions on a player’s behalf, Cevro needs to verify who they are. This page explains the authentication options available.

Two Ways Players Get Authenticated

Help Desk Integration

Seamless & AutomaticWhen a player is logged into your website and starts a chat, their identity is passed automatically from your help desk (LiveChat, Intercom, Zendesk, etc.).No extra steps for the player.

AI Verification

ConversationalWhen session data isn’t available, the AI asks the player for verification info (email, date of birth, player ID, etc.) and validates it against your back-office.Secure fallback option.

This is the preferred method when available. Players don’t need to re-enter information they’ve already provided when logging into your site.

How It Works

  1. Player logs into your website
  2. Your front-end stores their player ID in the help desk visitor session
  3. Player starts a support chat
  4. Cevro reads the player ID from the help desk session
  5. Player is authenticated automatically
This provides the best player experience - instant authentication with zero friction.

Supported Help Desks

Help DeskSession Field Location
LiveChatsession_fields
Intercomcustom_attributes or external_id
Zendeskconversation.metadata
Respond.ioContact fields
Your Customer Success Manager will help configure the exact field mapping during onboarding.

AI Verification

When help desk integration isn’t available (e.g., player isn’t logged in, or using the web widget), the AI can verify identity conversationally.

How It Works

  1. AI asks the player for required information (configured per workspace)
  2. Player provides details (email, date of birth, etc.)
  3. Cevro validates against your back-office API
  4. If the information matches, the player is authenticated

Common Verification Fields

  • Email address - Most common identifier
  • Date of birth - Secondary verification
  • Player ID - If the player knows it
  • Phone number - Alternative identifier
Your Customer Success Manager will configure which fields are required based on your back-office capabilities and security requirements.

What Happens After Authentication?

Once authenticated, Cevro can:
  • Access the player’s account information
  • View transaction history, balances, and bonuses
  • Take actions on their behalf (if configured)
  • Provide personalized support based on their account status
Authentication is valid for the duration of the support conversation. When the ticket closes, the session ends.

Security Notes

  • All authentication requests are encrypted in transit
  • Player credentials are never stored - only the resulting player ID
  • Back-office API calls use secure tokens configured by your team
  • VIP players can be automatically escalated to human agents if desired

Configuration

Authentication settings are configured during onboarding with your Customer Success Manager. This includes:
  • Which verification fields to collect
  • How to validate against your back-office
  • Whether to use help desk integration, AI verification, or both
  • VIP detection and escalation rules

Need to Change Your Configuration?

Contact your Customer Success Manager to adjust authentication settings.