How to setup an MVC website to use the same SSO as CRM Online, so that it can be IFramed?

℡╲_俬逩灬. 提交于 2019-12-22 10:26:38

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!