test(ap1): reproduce issuer mismatch

This commit is contained in:
donghyeon-ka
2026-07-25 14:12:23 +09:00
parent 994bef0edd
commit 5a8bc9b145
4 changed files with 48 additions and 2 deletions
+4 -1
View File
@@ -12,12 +12,15 @@ set +a
docker compose down --volumes --remove-orphans
docker compose up --build -d --wait
docker compose --profile diagnostics up -d --wait app-wrong-audience
docker compose --profile diagnostics up -d --wait \
app-wrong-audience \
app-wrong-issuer
npm --prefix e2e ci
E2E_USERNAME=regular-user \
E2E_PASSWORD="$REGULAR_USER_PASSWORD" \
WRONG_AUDIENCE_URL=http://localhost:18081/api/me \
WRONG_ISSUER_URL=http://localhost:18082/api/me \
npm --prefix e2e run test:pattern1
echo "AP1 verified end to end"