A minimal gateway that receives a SAMLResponse and routes to either MBW or Marketplace.
app (mbw or marketplace) and env (dev, uat, prod).SAMLResponse to MBW ACS.https://dev.nbm.store/ with query params.SAMLResponse (required) – base64-encoded SAML 2.0 response posted to /gateway/acs.app (optional) – mbw or marketplace. If missing/empty ⇒ auto (MBW if member exists, else Marketplace).
https://dev.nbm.store/ with memberId, email, city, state, fname, lname.GET /gateway – health/info page.POST /gateway/acs?app=mbw|marketplace – explicit routing; or
POST /gateway/acs – auto-mode (MBW if member exists, else Marketplace).
This tester posts to /docs/test-acs, which forwards the request to /gateway/acs using the required application/x-www-form-urlencoded format.