Forum Discussion
jdiamond
Jan 24, 2021Copper Contributor
Failed log on (Failure message: Session information is not sufficient for single-sign-on.)
Hey All, I've recently a few impossible travel alerts in which the anomalous logins had the description "Failed log on (Failure message: Session information is not sufficient for single-sign-on.)...
pachecoen3
Apr 20, 2021Copper Contributor
jdiamondI had the same error in my custom Web Application, and when I researched deeper in my code when I access one page using the TempData object for my MVC Controller, the system stop to work.
To solve that issue it´s only to change the TempData object for another option to store temporary data in your application and the system goes back to run properly.
I hope I helped,
Best Regards,