Is there a trick to getting a Microsoft Dynamic CRM page to load in a jquery UI dialog, it appears that AD authentication does not happen and a 401 is returned. Opening the site via window.open does authenticate.

$("#dialog").load(href).dialog({ modal: true }); 
link|improve this question
5  
what crm page? where is your code? we will need more information than this. – rlemon Sep 13 '11 at 13:38
any crm page or sharepoint page. Basically any page that is AD authenticated, and its url is passed in. ex. $("#dialog").load("http:/mycrmsite").dialog({ modal: true }); – fbfcn Sep 13 '11 at 18:57
Ohhhh you mean "OpenCRM" not "CRM"? as "CRM" is Customer Relationship Management, and is very ambiguous. – rlemon Sep 13 '11 at 19:26
feedback

1 Answer

up vote 0 down vote accepted

The only way it would authenticate is if we used an iframe, and we were forced to go that route.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.