Oidc Login banner
Chorus-AIDLC Chorus-AIDLC

Oidc Login

Testing community

Description

# OIDC Login Test Skill Use this skill to automatically log in via OIDC for testing purposes. ## Instructions 1. Read credentials from `.testdata/credentials.json` 2. Use Playwright MCP to automate the login flow: - Navigate to http://localhost:8637/login - Enter the email address - Click continue to trigger OIDC redirect - On Cognito login page, enter email and password - Complete the login flow 3. Verify login success by checking redirect to /projects ## Credential File Loca

Installation

Installs to ~/.claude/skills/chorus-aidlc-chorus-oidc-login/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chorus-aidlc-chorus-oidc-login && curl -fsSL https://raw.githubusercontent.com/Chorus-AIDLC/Chorus/HEAD/.claude/skills/oidc-login.md -o ~/.claude/skills/chorus-aidlc-chorus-oidc-login/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository