简体   繁体   English

部署在同一服务器上的两个Web应用之间的SSO

[英]SSO between two web app deployed on the same server

I have two say(web1 and web2) web app in weblogic deployed on the same server.web2 is accessible only if user login into web1 if user tries to hit web 2 without login in tp web 1 it should redirect to web 1 login page.currently i am doing by keeping variable in servlet context. 我在同一个服务器上部署了weblogic中的两个say(web1和web2)Web应用程序。仅当用户登录到web1时才能访问web2,如果用户尝试不登录tp web 1而访问web 2,则应重定向到web 1登录页面。目前,我正在通过在servlet上下文中保持变量来做。 Please suggest me correct way to do this. 请建议我正确的方法。 note:I am using security realm authenticator as well in web1. 注意:我也在web1中使用安全领域身份验证器。

我建议您实施一个安全框架,例如Spring http://static.springsource.org/spring-security/site/index.html

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 部署在同一tomcat服务器上的两个Web应用程序之间的跨上下文通信 - Cross context communication between two web application deployed on same tomcat server 同一服务器中两个Web应用程序之间的通信 - Communication between two web application in same server 在同一服务器上部署的多个Ear之间提供“服务” - Offering 'services' between multiple Ears deployed on the same server 如何从部署到JBoss EAP 6的Web应用程序访问部署到GlassFish 2服务器的EJB? - How to access EJB deployed to GlassFish 2 server from web app deployed to JBoss EAP 6? 两个Web应用程序之间的共享身份验证和SSO - Shared authentication and SSO between two webapps 将Java Web App与SAML SSO集成 - Integrating Java Web App with SAML SSO 严重:WS00034:部署两个具有相同端点URL的Web服务 - SEVERE: WS00034: Two web services are being deployed with the same endpoint URL 在部署到tomcat服务器的Spring Web应用程序中,catalina.properties文件由spring自动加载和检测。 怎么样? - In Spring web app deployed to tomcat server, catalina.properties file is automatically loaded and detected by spring. HOW? 支持Eclipse maven的Web应用程序引用工作区项目,但在运行Tomcat服务器时未部署这些项目 - Eclipse maven-enabled web app references workspace projects, but those are not deployed when running Tomcat server 同一Tomcat服务器上的两个应用程序之间的双向SSL - Two-way SSL between two applications on the same Tomcat Server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM