Questions tagged [josso]

JOSSO is a Java EE, open source, single sign-on solution capable of providing user authentication and authorization for web applications.

70 questions
1
vote
1 answer

Using external service providers with josso2

I am trying to setup Josso2.4 to work as a sign in solution to multiple websites. (Starting with just one). I have configured my test web site as an "external saml2 service provider" in jooso but this require a "metadata file" and I have been unable…
MTilsted
  • 5,425
  • 9
  • 44
  • 76
1
vote
1 answer

josso newbie setup problems - can't use tomcat's manager page

I'm trying to setup josso on an apache tomcat server running on windows. I've installed Apache Tomcat/6.0.26 fro zip file to c:\tomcat then installed josso following the documentation…
opensas
  • 60,462
  • 79
  • 252
  • 386
1
vote
1 answer

josso integration with spring web srevices

I require help on integration of web service with JOSSO for authentication. Whenever a request comes from SOAP UI(client) to service, it should be authenticated against an Active Directory server, and if it succeeds then it should hit the service…
kumar
  • 21
  • 1
  • 6
1
vote
2 answers

SSO integration with Apache

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…
Learner
  • 2,303
  • 9
  • 46
  • 81
1
vote
0 answers

customizing shibboleth and JOSSO

I am looking for an SSO solution that can be customized according to our needs. From what i saw over the internet it seems that Shibboleth and JOSSO are solutions that just need to be installed and configured. My question is to what extent can they…
Shurmajee
  • 1,027
  • 3
  • 12
  • 35
1
vote
0 answers

SSO confusion - incorporating SSL difficulties

I have a WebSphere on AIX server, and a simple java client on windows XP (connects to server over http). I would like to incorporate SSL for client autherization. Mainly, I have a smartcard reader. The only problem is - the smartcard is used already…
user967710
  • 1,815
  • 3
  • 32
  • 58
1
vote
1 answer

Problems with JOSSO logout

I have problem with JOSSO logout – I can’t logout after session-timeout expires. It just redirected to default home page. I increase session-timeout as suggested in http://www.atricore.org/jira/browse/JOSSO-70. It helps, but it is not solution for…
1
vote
4 answers

Two grails app both using springSecurity, login once to access both

I have an old grails application (ex. one-app) that has springSecurity for logins. I created a new grails app (two-app) that uses multiple databases (the DB from one-app and a new one). I am deploying both using…
ibaralf
  • 12,218
  • 5
  • 47
  • 69
1
vote
1 answer

Configuring simple web application with JOSSO

I am new to JOSSO and want to implement Single Sign On on my simple web application (JSP/Servlet). I have successfully installed the JOSSO by following the steps given under link -…
JavaYouth
  • 1,536
  • 7
  • 21
  • 39
0
votes
1 answer

Does JOSSO allow me log in on one site and be logged in on another automagically?

I thought this is a purpose of the systems that are called Single Sigh On, but I can't achieve this so started to doubt if it is possible. I have two Tomcats 6, one with 'gateway', another with 'agent' installed, of Josso 1.8.5. No JBOSS etc is…
fedd
  • 880
  • 12
  • 39
0
votes
1 answer

Configuring sample webcontext with JOSSO+TOMCAT

Newbie to JOSSO. I have setup JOSSO with tomcat and the partnerapp seems to be working correctly. I have a 'sample' webapp which i'm trying to configure with JOSSO. The JOSSO login page correctly appears when i try to access the webapp however after…
noi.m
  • 3,070
  • 5
  • 34
  • 57
0
votes
1 answer

How can I lock users out after 3 failed login attempts using JOSSO?

Im working on a project that has an implementation of JOSSO in place. We are using JOSSO version 1.8.5. The requirement is to lock users out of the system after 3 failed login attempts. Does anyone know how / if this can be done with JOSSO, I've…
cowls
  • 24,013
  • 8
  • 48
  • 78
0
votes
1 answer

Where do i find the JOSSO database configuration file?

We have Josso authentication on our website and recently we changed the mysql server and now are in the process of upgrading all the mysql hostnames, usernames and passwords in the database configuration files. However, a critical component of our…
YD8877
  • 10,401
  • 20
  • 64
  • 92
0
votes
1 answer

Can JOSSO meet this requirement?

We have multiple application servers and with different applications, for ex: server1 has app1, server2 has app2 etc..I am looking to implement JOSSO for single sign on for these applications. Question is, can JOSSO support this kind of…
jgg
  • 1,136
  • 4
  • 22
  • 46
0
votes
3 answers

Single Sign on java

I am looking for a single sign on framework in java which supports Weblogic 10.3 and Jboss 4.2.2 and 5.1. JOSSO supports weblogic and jboss both but I am having lot of problems in weblogic (Session expiry issues, its not working on root context,…
Rakesh Goyal
  • 3,117
  • 8
  • 39
  • 69