AD FS 2.0 Authentication and AJAX
问题 I have a web site that is trying to call an MVC controller action on another web site. These sites are both setup as relying party trusts in AD FS 2.0. Everything authenticates and works fine when opening pages in the browser window between the two sites. However, when trying to call a controller action from JavaScript using the jQuery AJAX method it always fails. Here is a code snippet of what I'm trying to do... $.ajax({ url: "relyingPartySite/Controller/Action", data: { foobar }, dataType: