Installation
Ce contenu n’est pas encore disponible dans votre langue.
npx @cerberauth/stubidp --redirect-uri http://localhost:8080/callbacknpm install -g @cerberauth/stubidpThen run:
stubidp --redirect-uri http://localhost:8080/callbacknpm install --save-dev @cerberauth/stubidpAdd a script to your package.json:
{ "scripts": { "idp": "stubidp --redirect-uri http://localhost:8080/callback" }}Verify the server is running:
curl http://localhost:8484/.well-known/openid-configurationCloudflare Workers
Section titled “Cloudflare Workers”To deploy stubIdP as a globally distributed OIDC server, see the Cloudflare Workers guide.