Custom domains
Organizations can configure a custom domain so students take oral assessments and roleplay on your hostname with your logo, company name, and post-exam redirect URL.Allowed routes on custom domains
Setup (organization admin UI)
- Sign in at app.coraltalk.com as an org admin.
- Open Custom domains in organization settings.
- Enter your hostname (e.g.
exams.yourschool.edu). - Add the CNAME record shown at your DNS provider.
- Click Verify and wait for DNS propagation.
- Configure white-label: company name, logo, post-exam redirect URL.
- Choose Applies to: oral assessments, roleplay, or both.
DNS example
Example student links
Student sign-in (custom domains)
Clerk satellite mode on your domain blocks normal email-code and OAuth sign-in. Your backend must call the Platform API (not the exam hostname):
Return
data.token to the exam page; the client signs in with Clerk strategy: "ticket". See Student sign-in token and Authentication.