Skip to main content

Get Started

1

Contact us

Reach out at founders@terang.ai with:
  • Your domain (used as the JWT iss claim, e.g. iai.or.id)
  • Your server IP address(es) that will send requests to api.terang.ai
Not sure what your server IP is? See the IP whitelisting guide.
2

Share your public key

Generate an RS256 key pair. Share the public key (PEM format) or your JWKS endpoint URL with our team.
3

Sign a JWT and redirect

When a member clicks “Open LMS”, sign a JWT with their email and membership ID, then redirect to:
https://api.terang.ai/sso/verify?token=<JWT_TOKEN>
We verify the token and log them in automatically.

What’s next?

SSO Integration Guide

Full JWT spec, architecture diagrams, and code examples for PHP and Node.js.

API Docs

Manage courses, enrollments, and users via api.terang.ai.