feat: map broker claims to realm roles

This commit is contained in:
donghyeon-ka
2026-07-25 16:26:59 +09:00
parent a84f7d50a1
commit ed064473dc
6 changed files with 125 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"test:first-broker": "node first-broker-login.mjs",
"test:claim-mapping": "node claim-mapping.mjs"
"test:claim-mapping": "node claim-mapping.mjs",
"test:claim-to-role": "node claim-to-role.mjs"
},
"dependencies": {
"playwright-core": "1.55.1"