test: verify broker identity uses subject not email

This commit is contained in:
donghyeon-ka
2026-07-25 16:28:00 +09:00
parent 3da8e609ae
commit bdde0feb86
4 changed files with 163 additions and 1 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"scripts": {
"test:first-broker": "node first-broker-login.mjs",
"test:claim-mapping": "node claim-mapping.mjs",
"test:claim-to-role": "node claim-to-role.mjs"
"test:claim-to-role": "node claim-to-role.mjs",
"test:sub-vs-email": "node sub-vs-email.mjs"
},
"dependencies": {
"playwright-core": "1.55.1"