Questions tagged [josso]

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

71 questions
19
votes
7 answers

Alternatives for JCIFS NTLM library

Are there any alternatives for JCIFS NTLM library?
Veera
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
  • 5,980
  • 8
  • 28
  • 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
  • 15,487
  • 10
  • 70
  • 152
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
  • 5,980
  • 8
  • 28
  • 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
  • 2,947
  • 6
  • 33
  • 65
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
  • 1
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
  • 1
3
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
  • 243
  • 1
  • 5
  • 12
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…
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).
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…
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
  • 5,609
  • 2
  • 18
  • 32
2
votes
1 answer

Disable Schema Validation in Spring 3

We are using JOSSO framework for single sign on. It is working properly in Spring 2.5.6. It seems strict XML schema validation is introduced in Spring 3, JOSSO XSD's are not updated since long time, hence we get errors during startup of server. Is…
Rakesh Goyal
  • 2,947
  • 6
  • 33
  • 65
1
2 3 4 5