Forum Discussion

praque_135655's avatar
praque_135655
Icon for Nimbostratus rankNimbostratus
Nov 19, 2013

Not able to retrieve the full saml token

Hi All, I am facing issue in retrieving the full saml token, able to retrieve only the half of the saml token. Currently we are using v10.2.2 Build 763.3 Final. Please advise me, because of the version, we are facing issue in retrieving the full saml token.

 

when HTTP_RESPONSE_DATA { Full payload should be available here in [HTTP::payload] log local0. "httpresponse::[HTTP::payload]" }

 

Regards, Praque m

 

2 Replies

  • From previous threads I believe Praque isn't using the native APM SAML capability in 11.3+, but rather doing a sideband call of some sort to a SiteMinder IdP, so this is more of an HTTP::payload question.

     

    The quick answer is that it depends. You're most likely not seeing all of the HTTP payload because either:

     

    1. You didn't specify the correct amount of data to buffer in the HTTP::collect command, derived from the [HTTP::header Content-Length] value.

       

    2. You didn't disable chunking, something you can configure in the HTTP profile (and/or an iRule).

       

    3. Despite all of the above, the response content exceeds the buffer, in which case you would need to issue a new HTTP::collect command inside the HTTP_RESPONSE_DATA event.