implement-sso
Installation
SKILL.md
Implement SSO
Add SAML/OIDC, IdP-initiated login, and the admin portal. Then stop.
Guardrails
- MUST pass one selector on every authorization URL:
connectionId,organizationId, orloginHint. - MUST keep
redirectUriidentical to the dashboard Allowed callback URL. - MUST call
validateTokenbefore using claims. - MUST keep
relay_stateasstateon IdP-initiated login. - MUST print dashboard checklists. Do not click the dashboard. MUST write the Node files and stop. MUST NOT run
npm installor start the server.