The following command pass "wctx" from RP->ADFS->IDP
- Set-AdfsWebConfig -ContextCookieEnabled 0
Source: https://nzpcmad.blogspot.com/2014/09/adfs-joys-of-hiden-context.html
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
We have multiple client's IDP federated with our ADFS 4.0 server.
A user click login from web application (RelyingParty ) then redirected to ADFS's IDP selection page and redirected to there respective IDP page.
Now my question is how to pass RelyingParty identifier("https://webapp.mycompany.net") to IDP.
I see wtrealm has the RPI but when ADFS redirects the request to IDP it changes the value to it's own identifier(http://sts.mycompany.net/adfs/services/trust)
Can some one please help me on this?.
Thanks.
The following command pass "wctx" from RP->ADFS->IDP
Source: https://nzpcmad.blogspot.com/2014/09/adfs-joys-of-hiden-context.html
When using the IDP Initiated Flow for your application, you can use the LoginToRp query string to skip the drop down menu selection. For example:
https://sts.contoso.com/adfs/ls/IdpInitiatedSignon.aspx?LoginToRP=https://webapp.mycompany.net