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 });
The only way it would authenticate is if we used an iframe, and we were forced to go that route.