feat: map upstream Google identity claims
This commit is contained in:
Executable
+16
@@ -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
|
||||
Reference in New Issue
Block a user