feat: add web form designer

This commit is contained in:
selfrelease
2026-07-18 22:24:52 +08:00
parent 15abd8a32f
commit 342a1fcb33
22 changed files with 3273 additions and 0 deletions
+27
View File
@@ -42,6 +42,33 @@
}
}
]
},
{
"clientId": "aioa-admin-web",
"name": "AIOA Admin Web",
"enabled": true,
"publicClient": true,
"standardFlowEnabled": true,
"directAccessGrantsEnabled": false,
"redirectUris": ["http://localhost:5173/*", "http://127.0.0.1:5173/*"],
"webOrigins": ["http://localhost:5173", "http://127.0.0.1:5173"],
"attributes": { "pkce.code.challenge.method": "S256" },
"protocolMappers": [
{
"name": "tenant-id",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-attribute-mapper",
"consentRequired": false,
"config": {
"user.attribute": "tenant_id",
"claim.name": "tenant_id",
"jsonType.label": "String",
"id.token.claim": "true",
"access.token.claim": "true",
"userinfo.token.claim": "true"
}
}
]
}
],
"users": [