Hi,
We have the below situation
-> Our crm 2011 Server was hosted on 3rd party Server and IFD was configured.
-> Users were created witha a specific domain and used to access it from outlook client.
-> Authentication was migrated to client ADFS, when the user logs with his domain password, it used to hit the server and would redirect it to the client network and gets authenticated etc...
-> Batch Jobs were written on IFD authenticaiton using the crm Helper and everything worked fine until the migration was done.
We are getting the following error.
1) {"An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail."}System.Exception {System.ServiceModel.Security.MessageSecurityException} + InnerException{"ID3242: The security token could not be authenticated or authorized."}System.Exception {System.ServiceModel.FaultException}
2) when i tried to google it out but couldnt find any solution. Modified the user User@domain.com and pasword i got the below error (
{System.ServiceModel.FaultException: The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.), domain\user and password etc.,
can some one guide me to the right solution.
srinivas