feat: map upstream Google identity claims

This commit is contained in:
donghyeon-ka
2026-07-25 16:24:24 +09:00
parent 98566a713d
commit 98b07b4fdf
8 changed files with 383 additions and 10 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env sh
set -eu
if [ ! -f .env ]; then
echo "missing .env" >&2
exit 1
fi
set -a
. ./.env
set +a
./scripts/configure-broker-user-profile.sh
./scripts/set-first-broker-login-mode.sh secure
npm --prefix google-e2e ci
npm --prefix google-e2e run test:claim-mapping