I'm looking but I don't found a way to get the client/orginal request parameters (get or post) on the IdP, I need them to perform a custom login handler based on a token that comes on the request to the resource.
I inspect the request on my browser and I don't see the parameter when the SP calls the IdP, is there a way to send the parameters as part of the IdP request? (I'm using shibboleth SP and IdP) Does the standard support to send the resource request information to the IdP?
On Shibboleth implementation, are these parameters on the RelayState (on the request)? In that case, how can get the RelayState value? I only can get the encoded value (with the prefix ss:mem) and I don't know how to obtain the real value.
Thanks in advance Sol