How to send parameters to callback URL using SAML

When we send an authorization request to Auth0 the callback is a second application that receives the SAML response. We need to send parameters from our application to theirs with this call back. But when using rules or actions these parameters are not available (when sent as query parameters) how can we do this?