Marketplace – SAML Path

For app=marketplace, the gateway parses attributes and redirects to https://dev.nbm.store/ with query params (dev only).


Inputs

What it does

  1. Receives SAMLResponse at /gateway/acs?app=marketplace.
  2. Decodes the assertion and extracts attributes.
  3. 302-redirects to https://dev.nbm.store/ with: ?memberId=...&email=...&city=...&state=...&fname=...&lname=....

Outcome

Notes