In my current application (A), I redirect the user to another website (B) where the user logs into his account and completes some activity, and now on the website (B) there is a button to return my application (A ), redirection occurs by placing SAMLResponse .
When a user clicks on this button, the user returns to my application (A) with a specific unique user ID assigned by this website (B) in the “ Form Data ” header information. In either case, website B also publishes SAMLResponse as form in the request.
How to read this request information in php and java?
source share