Hi Experts,
Using online resources I am able to create WIF STS and Relying Party application as below,
Refer: http://brijbhushan.net/2011/11/07/claim-based-authentication-and-wif-part-2/
- Custom Identity Provider as Identity provider - IP
- ASP.NET application as Relying Party – RP
- Created a trust between Identity provider and ASP.NET application
Everything is working fine when I run from Visual Studio development server or deployment is on IIS 7(While deployment I changed the Visual Studio Generated Dynamic PORT number on both FederationMetadata.XML and web config)
But when I deploy it on IIS 6 (Windows Server2003),It fails. I observed that ReturnURL param is missing i.e
When I browse a page of my Relying Party application, it is successfully redirecting to the Login.aspx without ReturnURL query string param.
I have installed Server 2003 specific WIF SDK and runtime. Not sure why this issue is specific to IIS 6.0.
Lingaraj Mishra