NB SAML Gateway

A minimal gateway that receives a SAMLResponse and routes to either MBW or Marketplace.


What this does

Inputs

Outcomes

Key Endpoints


Test the ACS Endpoint

This tester posts to /docs/test-acs, which forwards the request to /gateway/acs using the required application/x-www-form-urlencoded format.

Sent in the form body as SAMLResponse.
Dont select for default confguration (MBW if member exists, else Marketplace)
Used for env selection (Default to uat)

The tester posts SAMLResponse as application/x-www-form-urlencoded; app and env are appended to the ACS request as query parameters by the Docs controller.