This problem occurs in the Windows server2012r2 system adfs3.0 environment. After crm2013 deploys ADFs and runs for a period of time (about one or two months), the following error is reported when you access the logon page in IE browser and click Login.
"Microsoft. identityserver. Web. invalidrequestexception: msis7042: the same client browser session has made '6' requests in the last '13' seconds. Contact your administrator for details"
The specific phenomenon is that after you click the login button, the URL will continuously jump between your CRM domain name and the ADFs authentication domain name. The logon error page is shown as follows:
View the system error log as follows:
It is strange that this problem only occurs on IE at present. On the same machine, it is changed to another browser, whether it is ie kernel 360, QQ browser or chrome or Firefox, this problem does not occur, and it is only caused by personal IE.
The solution is simple. Add your domain name address to a trusted site as a wildcard,
For example, CRM domain name is https://org.contoso.com, ADFs domain name is https://adfs.contoso.com, the URL jump described above is the jump between the two domain names, the https: // * .contoso.com to join the trusted site, even if you add both the ORG and ADFs addresses to a trusted site, you only need to add the wildcard domain name address.
Solution reference Microsoft official website support address: http://support2.microsoft.com/kb/2514318
Server2012r2 adfs3.0 the same client browser session has made '6' requests in the last '13' seconds