By developers, for developers
Always free to try out
End-2-end UX demo
Low cost, no risk
Active engineering Slack support
Truid engineers are available in our support channels and whenever requested, we will establish a dedicated Slack channel for your integration team.
Truid GitHub community
Join and participate in our tech community to openly ask questions, report issues or share opinions and ideas. You can also reach us on GitHub and via email.
Smooth integration
It is easy to integrate Truid, and we guarantee a secure and user-friendly authentication process.
Truid is integrated as an OpenID Provider over OpenID Connect authentication (OIDC integration), thereby being as easy to integrate as any social login provider. Read our authentication implementation guide here:
OIDC ID Token
{
"iss": "http://my-domain.auth0.com",
"sub": "auth0|123456",
"aud": "my_client_id",
"exp": 1311281970,
"iat": 1311280970,
"name": "Jane Doe",
"given_name": "Jane",
"family_name": "Doe",
"gender": "female",
"birthdate": "0000-10-31",
"email": "janedoe@example.com",
"picture": "http://example.com/janedoe/me.jpg"
}
Integrate through simple APIs
There are a wide selection of libraries and tools to get an OAuth 2.0 integration in place, supporting any language, technology and platform. OIDC adds a simple identity layer on top of the OAuth 2.0.
Functionality and data not explicitly described in OAuth2 and OIDC are made available as in-standard extensions and everything is well covered through the developer portal, API specifications and as example code on GitHub.
Get started with a free test integration
FAQs
How do I integrate Truid into my application?
What programming languages does Truid support?
What authentication methods does Truid support?
Truid supports a range of authentication methods: Something you have (mobile phone, e-mail), something you are (biometrics), something you know (e-mail, pin code). Explore our Documentation for detailed information.