I installed ADFS and configured with my END application for a SP initiated login.. This is a 2008 R2 X64 system. When i try to do a SP initiated login. I get the below screen. Request your help.
Server Error in '/adfs' Application.
This page has been called with the wrong action.
Expected Action: CollectInitialCredentials or CollectAdditionalCredentials
Actual Action: None
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ApplicationException: This page has been called with the wrong action.
Expected Action: CollectInitialCredentials or CollectAdditionalCredentials
Actual Action: None
Source Error:
Line 69: }
Line 70:
Line 71: LSCredentialFormContext formContext = (LSCredentialFormContext)LogonServer.FormContext;
Line 72:
Line 73: //
Source File: c:\Windows\SystemData\ADFS\sts\ls\clientlogon.aspx Line: 71