Stop waiting for identity providers. Start building.
Zero config. Instant OIDC for local dev and CI/CD.
Use nacho by CerberAuth to create and manage your OIDC clients.
Get your client_id and
client_secret in seconds.
npx @cerberauth/stubidp \
--clientId my-app \
--clientSecret my-secret \
--redirectUri http://localhost:8080/callback
Your OIDC provider will be live at https://stubidp.cerberauth.com
| Endpoint | URL |
|---|---|
| Discovery | https://stubidp.cerberauth.com/.well-known/openid-configuration |
| Authorization | https://stubidp.cerberauth.com/auth |
| Token | https://stubidp.cerberauth.com/token |
| Userinfo | https://stubidp.cerberauth.com/me |
| JWKS | https://stubidp.cerberauth.com/jwks |
| End Session | https://stubidp.cerberauth.com/session/end |
One command to start. No accounts, no registration required.
Built on oidc-provider, a certified OpenID Connect implementation.
Local, Docker, or Cloudflare Workers. One-click deployment.
Development use only
stubIDP is not suitable for production. Do not use it to protect real user data or credentials.