Hi,
I've a scenario like in picture. My problem is in STEP 2: the service provider returns to User's browser a form that onloads submits itselfs to Identity Provide enpoint (on the picture the scenario is a little bit different, because SP returns a redirect response, so the user agent will do a Get request do IP's endpoint).
On Identity Provider I'm using JSF + Primefaces.
I don't know how to retreive posted parameters that come from the form created by the Service Provider. Is it possible to use the backend functionalities provided by Primefaces ecosystem to retreive values that come from a form rendered by the SP (from another domain)?
I think that Primeface's application lifecycle will broke this mechanism, isn't it? How can I resolve this problem keeping the adoption of Primefaces/JSF?
Thanks.