单点登录OWA和自定义应用程序

问题描述:


Hi,

我有一个自定义应用程序,我想与OWA集成。

I have a custom application that I want to integrate with OWA.

1。 OWA中将有一个链接指向自定义应用程序 

1. There will be a link in OWA that will point to the custom application 

2。当从OWA启动自定义应用程序时,它将使用相同的身份验证,并且不会再次请求凭据。

2. When custom application is launched from OWA, it will use the same authentication and will not ask for credentials again.

是否可以在OWA中使用?如果是这样,我怎么能实现呢?我正在使用Exchange 2010

Is it possible in OWA? If so, how can I achieve that? I am using Exchange 2010

您好tepu,

Hi tepu,

这是可能的。但是要在应用程序和OWA之间实现单点登录(SSO),您需要在支持SSO的某种类型的身份验证后面部署。 OWA默认使用的基于表单的身份验证(FBA)不支持与其他应用程序一起使用SSO
。支持SSO的身份验证表单的一些示例如下:

This is possible. But to achieve Single-Sign-On (SSO) between your application and OWA, you'll need to deploy both behind some type of authentication which supports SSO. OWA's Forms Based Authentication (FBA) which is used by default does not support SSO with other application. Some examples of authentication forms which do support SSO are:


  • RSA SecurID,部署在ISA / UAG / TMG等反向代理上。
  • 反向代理基于表单的身份验证,例如ISA / UAG / TMG支持的身份验证。
  • Windows集成身份验证,使用OWA和您的自定义应用程序为您的Intranet上的SSO提供Windows操作系统登录。
  • 如果您的应用程序和OWA以相同的主机名发布到客户端,您甚至可以使用HTTP Basic authN获取SSO。

/ K