In my current application(A), I redirect user to a different website(B) where user logs in with his/her account and finishes some activity and now that website(B) has a button to return my application(A), the redirection happens by posting a SAMLResponse
.
When user clicks that button, user return to my application(A) with specific unique user id assigned by that website(B) in "Form Data
" of header information.Basically website B is also posting SAMLResponse
as a form parameter in a request.
How do I read this request information in php and java?