Source: projects/identity-management/oim-kb-update/runs/2026-04-27-25.md
> Source: projects/identity-management/oim-kb-update/runs/2026-04-27-25.md
OIM KB Update Run 25
Goal
Extend the API Server/Web Portal research with backend deployment discovery, generated endpoint mapping, live cart-submit DB evidence, and an HTML decompile index Web Portal layer.
Completed
- Located the deployed API Server backend artifacts under
C:\inetpub\wwwroot\ApiServer. - Confirmed key composition/backend assemblies, including
QBM.CompositionApi.*,QER.CompositionApi.*, and generated cached assemblies underApp_Data\Cache\AssemblyCache. - Built
oim-webportal-endpoint-map.jsonfrom generated@imx-modules/imx-api-qerand selected Angular QER source usage. - Extended
oim-decompile-index.htmlwith aWeb Portal Layer. - Confirmed runtime API routes for login/session, service item discovery, cart item create/delete, and cart submit.
- Ran a successful API Server cart submit for
Teams channel for Starling Cloud Assistant recipientwith before/after read-only snapshots across cart, request, journal, DBQueue, JobQueue, and process tables.
Key Result
The live submit trace confirms:
portal_cart_submit_post -> /portal/cart/submit/{uidcart} -> PersonWantsOrg insert -> DialogProcess -> JobQueue HandleObjectComponent/CallMethod
The new PersonWantsOrg row from the successful run was f70d4d0d-2f02-4c39-b157-260bc82c8748, with GenProcID = 0d9a014b-30aa-4c21-bdaa-7b9fa589157a.
Artifacts
sandbox-host/2026-04-27-api-server-backend-artifacts.mdlocal-app/2026-04-27-webportal-endpoint-map-evidence.mdsandbox-db/2026-04-27-webportal-cart-submit-snapshots.mdsandbox-db/2026-04-27-webportal-cart-submit-result.jsonlocal-app/oim-webportal-endpoint-map.jsonlocal-app/oim-decompile-index.html