<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00007ycq6gCAAOkta Classic EngineSingle Sign-OnAnswered2024-04-02T16:23:39.000Z2022-08-22T21:17:14.000Z2022-08-23T17:44:12.000Z
Non-Standard SAML Implementation, Custom Post Parameters

We have a third-party vendor which leverages a non-standard implementation of SAML authentication.

 

Normally, Okta (as is industry standard) sends a POST request to the SAML Assertion Consumer Service (ACS) URL, structured as follows:

 

POST Payload Format:

  • application/x-www-form-urlencoded

POST Payload Parameters:

  • SAMLResponse=[SAML RESPONSE BASE64 GOES HERE]

 

This vendor, however, requires a POST request structured as follows:

 

POST Payload Format:

  • application/x-www-form-urlencoded

POST Payload Parameters:

  • ssoMethod=SAML2
  • target=jsp/portal/portal.jsp
  • ssoToken=[SAML RESPONSE BASE64 GOES HERE]

 

Does Okta support customization of a SAML app on that level? Is there a way to customize the SAML response payload sent to the application (the actual post request, not the data within the SAML response).


This question is closed.
Loading
Non-Standard SAML Implementation, Custom Post Parameters