与Apache的SSO集成 [英] SSO integration with Apache

查看:152
本文介绍了与Apache的SSO集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试为我的应用程序实现SSO.我的应用程序当前在Tomcat应用程序服务器上运行,听说无法在应用程序服务器上实现SSO(安装Web代理),而是需要一个将用户定向到应用程序的Web服务器(在应用程序服务器上运行).是对的吗?有人可以确认吗?

I am trying to implement SSO for my application. My application currently runs on Tomcat application server, I heard that its not possible to implement SSO (install web agent) on application server rather we need a web server which directs the user to the application (running on application server). Is that right? Can someone confirm?

推荐答案

由于我们的SSO提供程序不支持tomcat应用程序服务器,因此我使用mod_jk将Apache web服务器与tomcat应用程序服务器集成在一起. SSO模块已加载到Apache Web服务器,该Web服务器充当User和tomcat应用程序服务器之间的中间层.用户首先通过进行身份验证的Web服务器IP地址访问该应用程序,一旦身份验证完成,它将把用户路由到在Tomcat应用程序服务器上运行的应用程序.

Since our SSO provider didn't support tomcat application server, I integrated the Apache webserver with tomcat application server using mod_jk. The SSO module was loaded to Apache webserver which acts as a middle layer between User and tomcat application server. User first access the application via the webserver IP address which does the authentication, once the authentication is complete it routes the user to the application running on Tomcat application server.

这篇关于与Apache的SSO集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆