ping-orchestration-javascript-sdk
Installation
SKILL.md
Ping JavaScript SDK
First point of contact for building web apps with the Ping Orchestration JavaScript SDK (@forgerock/journey-client, @forgerock/davinci-client, @forgerock/oidc-client). Handles three authentication flows:
- Journey — callback-based auth against PingAM or PingOne AIC → delegates to
ping-orchestration-reactjs-journey-sdk - DaVinci — collector-based auth against PingOne DaVinci → delegates to
ping-orchestration-reactjs-davinci-sdk - OIDC centralized login — OAuth2 authorization code flow (browser redirect) → handled inline
Runs a three-step wizard (W1 → W2 → W3) to determine flow type, detect framework, collect shared config, then hands off or generates code.
Framework Registry
This table is the single source of truth for framework routing. The decision tree references it by Status. To add a new framework: change its status from placeholder to active, add delegate skill names, fill in the OIDC templates directory, and add any build-tool-specific guidance to the "Build Tool Configuration" subsection.