11ai-operator-vercel-passport-identity-providers

Vercel Passport operator

Configure Vercel Passport identity provider applications with OAuth or OpenID Connect discovery, issuer and endpoints, confidential clients, redirect URI, scopes, assignments, and secret rotation. Use when connecting Okta, Auth0, Entra, or another provider, repairing discovery, or rotating the provider application secret.

terminal
$ npx skills add rj11io/11ai --skill 11ai-operator-vercel-passport-identity-providers

Try it — say this to your agent

Use 11ai-operator-vercel-passport-identity-providers for this task.

The full playbook · v0/plugins/11ai-operator-vercel-passport/skills/11ai-operator-vercel-passport-identity-providers/SKILL.md

11ai Vercel Passport identity providers

The identity provider application anchors every Passport sign-in Resolve exact Enterprise team, project or provider, access impact, administrator, and acceptance check before acting.

Version baseline: Use current Vercel Passport Enterprise public-beta behavior as of July 2026. The hosted product has no version number, so verify provider and dashboard behavior against current documentation.

Inspect first

rg -n 'issuer|authorization_endpoint|token_endpoint|jwks_uri|openid|connect.vercel.com/callback' . --glob '*.{md,json,ts}' | head -120
npx vercel whoami

Inspect provider metadata in its administrator console and confirm issuer, authorization, token, user-info, and JWKS endpoints belong to one authorization server.

Confirm before changing:

  • Exact redirect URI https://connect.vercel.com/callback.
  • Confidential authorization-code client.
  • OpenID scope and required profile claims.
  • Assigned users and secret rotation owner.

Operate

npm test --if-present
npm run build --if-present

Create or select one reviewed provider application in the Passport dashboard and copy secrets through the dashboard flow, never through the terminal or transcript.

Never create applications, change endpoints or scopes, rotate secrets, or reassign users without explicit approval Require explicit approval and preview projects, users, provider settings, session effects, and rollback.

Verify and report

npm run typecheck --if-present
npm test --if-present
npm run build --if-present

Use a test user to verify discovery, redirect, consent, callback, claims, denied user, and old-secret retirement. Report team, project and provider IDs, identities by role rather than personal data, settings changed, access impact, checks, and rollback. Hand failures to 11ai-operator-vercel-passport-troubleshooting and seams to 11ai-operator-vercel-passport-integrations.

Want the source?

This page renders the skill's markdown straight from the repository.

Open on GitHub
More Vercel Passport operator skills