Authenticate with SAML

post/saml/signon

Redirects to the Identity Provider (IdP) for authentication.

Securitybasic or X-PriceFx-jwt
Request
query Parameters
keepSession
boolean

Set to true to reuse an existing session and avoid unnecessary roundtrips to the IdP. When set to true, if a valid session is detected, the endpoint will directly redirect to the target page as per RelayState without performing an IdP roundtrip. If no session or an expired session is found, the endpoint will perform the IdP roundtrip as usual.

Responses
200

OK - Redirects to the target page if a valid session exists.

302

Found. Redirects to the IdP for authentication if no valid session is found.

Request samples