Create your OAuth endpoint
One email address. You get a working OIDC issuer, a client id and a client secret you can test with straight away.
What happens when I click Create?
- POST
/v1/signupwith just your email — no account needed - We provision your organization and OIDC client
- Your issuer, client id and client secret are shown once, here on this page
- A sign-in link is emailed so you can come back and manage it
Your endpoint is ready
Copy these now. The client secret and admin token are
shown once and cannot be retrieved again. Store them in your app's
.env or secret manager — never in source control.
Wiring it up
The issuer serves a standard discovery document, so most OIDC libraries need only the issuer, client id and secret. Use the authorization code flow with PKCE, and keep the secret server-side.
You already have a project
We've emailed you a sign-in link. Your client id and secret are on the dashboard once you're in.
Sign in