问题
Currently using CRM Online w/ a Single Sign On for AD Authentication. I need to create an Asp.Net MVC site that I iFrame into CRM, but I want it to utilize the same SSO so if the user is "signed into" CRM, the iFrame'd page will utilize the same credentials, and not require the user to sign in.
How do I set this up?
回答1:
You may find the following article useful.
Implement single sign-on from an ASPX webpage or IFRAME.
The typical use of this capability is to write a webpage that is displayed in an inline frame in the Microsoft Dynamics CRM web application user interface. That webpage performs its intended operation, for example, providing a store front, while being hosted on a website independent of the site that’s hosting CRM. However, the webpage can perform its operations on behalf of the CRM user who is signed in. The result is seamless integration between a webpage and Microsoft Dynamics CRM.
来源:https://stackoverflow.com/questions/37056199/how-to-setup-an-mvc-website-to-use-the-same-sso-as-crm-online-so-that-it-can-be