[jboss-user] [Security & JAAS/JBoss] - Single sign-on (SSO) access is not limited to security domai

2008-01-30 Thread bkraz
Hi, I have been trying to fix a problem with single sign-on (SSO) security in JBoss 4.0.4 GA. The issue is that I cannot restrict some applications from taking part in the SSO domain. No matter what settings I use, once a user successfully authenticates in an SSO application, he has access to

[jboss-user] [Security & JAAS/JBoss] - single sign on between two different web-app running on two

2008-01-29 Thread SantoshKumar
Hi, I have deployed my secured web-application(say A) on jboss using my own custom login module. I have some other web-application(say B) deployed on tomcat on some different machine. my requirement is to access the web-app deployed on jboss(A) through the web-app deployed on tomcat(B) without

[jboss-user] [Security & JAAS/JBoss] - Single Sign On with LDAP Examples

2007-03-09 Thread pmohanan
Hi...All, We will have multiple application deployed on the same JBOSS App server. I want to have the SSO capability between the application(s). I have been searching the JBoss documentation for examples on having the SSO enabled with LDAP. But in vain. Can you please tell me the basic s

[jboss-user] [Security & JAAS/JBoss] - Single Sign On without j_security_check

2006-09-12 Thread kourkk
Does anyone knows a way to programmaticaly simulate the j_security_check action? What I want to do is to have a Login page that does not called from the JBoss when the user goes to a restricted area. This page will be used for loging in and also to trigger some how the SSO mechanism so the user

[jboss-user] [Security & JAAS/JBoss] - Single Sign-on from Windows and Internet Explorer

2006-08-20 Thread jaboj
HI, Has anyone successfully configured JAAS security, using AD to store users and roles/groups, with single sign-on from Internet Explorer? Our goal is to free the user from any login screens after they successfully have logged in to the Windows domain. We're talking about a J2EE application,

[jboss-user] [Security & JAAS/JBoss] - Single Sign on

2006-08-03 Thread asubu
Hello all, We have multiple webapps and each run on their own instances of JBOSS 4.0.3. We want to have a single sign on, so that a user logs into one web app and wants to go to another webapp, the user does not have to log in again. >From reading other posting in this forum, it seems that all t