JOSSO is a Java EE, open source, single sign-on solution capable of providing user authentication and authorization for web applications.
Questions tagged [josso]
70 questions
19
votes
7 answers
7
votes
3 answers
Centralized Authorization Service?
Are there any open source centralized authorization services available? There are lots of solutions for centralizing the authentication information (eg: CAS and JOSSO), but what about the authorization information?
There are some really good…

jnorris
- 6,350
- 8
- 30
- 33
5
votes
1 answer
Cross-platform SSO - where to start?
I am investigating options for single sign-on between two disparate systems: one .NET, one Java EE. They are each managed independently and have separate user management, with some overlapping users.
I would like to be able to link from one to the…

wrschneider
- 17,913
- 16
- 96
- 176
5
votes
3 answers
Identity management/SSO solution?
What are your recommendations for a basic, centralized identity management/SSO service? It must be open source, have a pluggable identity manager (eg: LDAP, DB, openID, etc.) and provide a decent range of API access options (eg: web services, REST,…

jnorris
- 6,350
- 8
- 30
- 33
5
votes
2 answers
Single Sign On without cookies in Java
I keep on facing this question from my manager how SSO will work if client disable cookies but I don't have any answer. We are currently using JOSSO for single sign on. Do we have any open source framework which support single sign on without using…

Rakesh Goyal
- 3,117
- 8
- 39
- 69
4
votes
1 answer
Where is smart card authentication done for Java Web apps?
I am rather stumped by trying to identify where CAC/Active Directory(AD) authentication comes into play for Java based web applications. Take for example multiple J2E JSF applications hosted on multiple Weblogic containers. Each of those…

angryip
- 2,140
- 5
- 33
- 67
4
votes
4 answers
Multiple Domain Single Sign On
I'm currently trying to join 2 web apps on different domains example1.com and ex.example2.net so that you can login to example1 and click on a link to example2 and be instantly signed in, as it would be more convenient for customers to just login…

Josh Naylor
- 253
- 1
- 5
- 12
3
votes
2 answers
Securitycontext across multiple containers
I have two apps, app1 is running using multiple jars inside a war and uses spring security(digest) for authentication. app1 runs in tomcat, and i have another app running in another web container (glassfish) app2. app2 uses form based…

Vels
- 31
- 2
3
votes
2 answers
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 for loadbalancing.
When I took the thread dump all…

Dwarakanath
- 31
- 1
- 2
3
votes
1 answer
Single sign on in Mule ESB
How to use Single-Sing-on (SSO) in Mule Community (or even Enterprise) Edition?
Is that possible, any connectors suports SSO (like JOSSO)?
Thanks!

Jerônimo
- 31
- 2
3
votes
1 answer
How to get custom property from LDAP in Grails application using JOSSO and Spring Security?
I've successfully integrate JOSSO and Spring Security applications to my Grails application (using LDAP for user control).
Since JOSSO already manages authentication, I'm using "Pre-Authentication Scenarios" for Spring Security integration. Here is…

Aram Aslanyan
- 116
- 4
2
votes
1 answer
Does JOSSO support federated login ( login using Twitter, Facebook Account)?
I would like to know weather the JOSSO support federated login ( login using twitter, facebook and so on account).

Ajaykumar Jayaram
- 21
- 2
2
votes
2 answers
JOSSO's 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?

mikjall77
- 51
- 2
2
votes
0 answers
JOSSO session index
We have few application running on the same tomcat something like: app1.local, app2.local, app3.local...
When a user authenticates in one of them, we get cookies from JOSSO in our realization of AgentFilter, where we make some operations with…

Aleksander Shakotko
- 21
- 3
2
votes
1 answer
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 user information and permissions including…

cope360
- 6,195
- 2
- 20
- 33