Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

27
votes
6answers
9k views

Which SSO Framework to use?

I've used OpenSSO (which is very powerful but complicated) and JOSSO (very simple but lacking many features). I've also looked at the CAS framework. My question is: What is your recommendation & ...
2
votes
0answers
83 views

JOSSO's <ignore-url-patterns> example needed

Just wondering if anyone could show me an example of how the works with JOSSO's partner-app in joss-agent-config.xml?
1
vote
1answer
378 views

JBoss CPU utilization issue

I am using JBoss AS 4.2.3 along with the seam framework. My CPU usage increases as the number of users increase and it hits 99% for just 80 users. We also use Hibernate, EJB3 and Apache with mod_jk ...
1
vote
1answer
273 views

Single Sign On (SSO) Standard Web Admin Application

Spring Security, JOSSO, CAS, etc, cares about authentication and authorization. In most cases admin applications are very similar. There are schemas for JDBC data sources, but there arent front-ends. ...
1
vote
1answer
378 views

Does JOSSO provide any user management itself?

I've been asked to use JOSSO to provide SSO to a set of web apps that currently all have their own authentication and authorization systems. Part of this project is creating the master source of ...
0
votes
0answers
26 views

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 ...
0
votes
0answers
81 views

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 ...
0
votes
1answer
169 views

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 ...
0
votes
0answers
303 views

JOSSO authentication with webservice

I am looking for list of steps for doing authentication with a webservice. The webservice is already developed, I just want to integrate with JOSSO either with version 1 or 2. Anybody can help?
0
votes
1answer
425 views

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. ...
0
votes
1answer
78 views

portofino partnerapp for josso

I want to make Portofino a partnerapp for josso, and i did the steps described here: http://www.manydesigns.com/documentation/tutorials/integration-with-josso.html, but I don't know how to connect ...
0
votes
1answer
582 views

Redirect using SAML is not landing in my configured page

I am facing an issue while using SAML to implement SSO on my web application. After successful login I want to redirect to my application’s dashboard / main menu. But, it gets redirected to ...
0
votes
1answer
1k views

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 at ...