如何设置 MVC 网站以使用与 CRM Online 相同的 SSO,以便它可以被 IFramed?
How to setup an MVC website to use the same SSO as CRM Online, so that it can be IFramed?
目前正在使用 CRM Online w/单点登录进行 AD 身份验证。我需要创建一个 Asp.Net MVC 站点,我将 iFrame 导入到 CRM 中,但我希望它使用相同的 SSO,因此如果用户是 "signed into" CRM,则 iFrame 的页面将使用相同的凭据,并且不需要用户登录。
我该如何设置?
您可能会发现以下文章很有用。
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.
目前正在使用 CRM Online w/单点登录进行 AD 身份验证。我需要创建一个 Asp.Net MVC 站点,我将 iFrame 导入到 CRM 中,但我希望它使用相同的 SSO,因此如果用户是 "signed into" CRM,则 iFrame 的页面将使用相同的凭据,并且不需要用户登录。
我该如何设置?
您可能会发现以下文章很有用。
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.