One sign-in, everywhere
Use your Hiliand ID across connected products without repeating the same steps. Your active session stays yours until you choose to end it.
Get your IDIdentity, made human
Hiliand ID gives people a calm, secure way to sign in everywhere. One account, one trusted session, and control that stays with you.
Free to get started No card required
Hiliand member
you@hiliand.com
A better account
Use your Hiliand ID across connected products without repeating the same steps. Your active session stays yours until you choose to end it.
Get your IDTurn on authenticator-based 2FA, review active sessions, and keep a clear eye on what has access to your identity.
See our approachConnect any web app with standards-based OAuth 2.0. Add approved origins and redirect URIs in minutes from the developer console.
Open developer toolsYour trust layer
Hiliand ID is built around a simple promise: you should always know who can access your account, and why.
Create a secure accountUse any TOTP authenticator, including 2fa.yoga, to add a second layer in seconds.
Stay signed in on trusted browsers until you choose to sign out. Revoke any session remotely.
See each connected app, scope, and last-used time in one readable activity view.
Start with a better account
Welcome back
Sign in once and carry your trusted Hiliand session wherever you go.
Hiliand ID
Sign in to continue to your Hiliand account.
New to Hiliand? Create an account
By continuing, you agree to Hiliand ID's Terms and Privacy Policy.
Developer console
Add an OAuth client to let your users sign in with Hiliand ID.
Quick start
OAuth 2.0
Each client has its own origins, redirect URIs, and credentials.
Create a client to connect your product to Hiliand ID.
Workspace
Manage the details behind your developer workspace.
OAuth 2.0
Add the URLs your app will use. You can create multiple clients for different environments.
EPay / HPay
Connect an EPay merchant to fund Hiliand balances and expose HPay to your products.
Use your EPay account to create payment orders. Keep the secret on your server when you move beyond this demo.
Top up the developer account through EPay or use sandbox mode while integrating HPay.
Give other websites and software one stable endpoint for Hiliand character credits. Use OAuth client IDs for identity and your server for signatures.
https://hiliand.com/api/hpay/v1POST /paymentsPOST /payments/notifyconst hiliand = { baseUrl: "https://hiliand.com/api/hpay/v1" };
Required on your server: verify the EPay signature, reject duplicate orders, and return HTTP 200 from the notify URL.