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
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
- 3,117
- 8
- 39
- 69
2
votes
3 answers
Upgrade from Spring 2.5 to Spring 3.0.5 a Josso application server
I am trying to updagrade from spring 2.5.6 to Spring 3.0.5. We are using josso for single sign on. JOSSO(1.8.2) installs spring 2.5 libs in jboss(4.2.2) server lib folder. We have spring libs in ear lib folder, hence we have conflict between jboss…

Rakesh Goyal
- 3,117
- 8
- 39
- 69
2
votes
0 answers
BIRT - Add custom authentication header to SOAP Webservice
I'm using BIRT 4.3.1 and my datasource is a Webservice. Authentication is done by Josso and JOSSOID is available at my report.
I've tried to call this Webservice by SoapUi adding JOSSOID in the header. But I need to know how to do it by BIRT. I use…

André Luís Oliveira
- 464
- 1
- 3
- 15
2
votes
1 answer
Single Sign On Implementation by making use of web service
I am having an REST web service (for user authentication) and with the help of that I have to integrate sso for applications (which could be hosted on DIFFERENT DOMAIN).
I googled the stuff regarding SSO and found some solution in the form of cas &…

user3185729
- 216
- 1
- 3
- 10
2
votes
1 answer
JOSSO 1.8 in Play 2
How do I use JOSSO to authenticate users to a Play 2 application?
I can't even find information on how to use the JOSSO agent outside of a Java EE container. Surely someone must have done this before?

Robin Green
- 32,079
- 16
- 104
- 187
2
votes
0 answers
Can JOSSO works without cookies? And how is the session checking process?
My team is now doing a project with the needs of single sign-on. So JOSSO is the solution chosen for our problem. We are using JOSSO 1.8.6.
For security purpose, we won't use cookies at all. But in JOSSO, it seems that after user authenticated,…

Devian Ricky
- 73
- 8
2
votes
1 answer
Cannot validate SAML assertion signature
I am Service Provide receiving a SAML assertion signature from the IDP. I am using JOSSO on top of Tomcat to consume the assertion. Issue here is that I cannot validate the assertion signature.
The IDP cert is uploaded into my keystore, using an…

Rostam
- 81
- 1
- 9
2
votes
5 answers
How to share session across two web applications deployed in two different tomcat instances
I have two different web applications running on two different instances of tomcat. I need to be having a common page with links to both the applications. But I should be able to log in only once and should be able to access links in the other…

ash123
- 197
- 1
- 3
- 10
2
votes
1 answer
Best solution for centralised identity management
I am investigating an open source solution for IdM.
So far, my choices are OpenIDM, OpenAM, Josso & CAS.
But most solutions are focusing on SSO, however my requirements are more on user management and provisioning. Can Josso/CAS/OpenIDM provide user…

Rustam B
- 31
- 3
1
vote
0 answers
josso bypasses javax.servlet.Filter when redirect to back_to page
In our app (service provider), there is a security filter to prevent viewing certain pages. For example a user can view a.xhtml but not b.xhtml. The user can login to view a.xhtml. And if he type in the URL to b.xhtml, the security filter will…

Michael Chen
- 5,438
- 3
- 15
- 9
1
vote
2 answers
Websphere Single Sign-On of JSF applications
i have one application which is in java and for front end we are using JSF. and java bean .. and for back end as AS400 DB2.. so in this application we have one logging page(login.jsf), currently we are using this page for login to the application,…

vinod
- 1,178
- 4
- 16
- 42
1
vote
1 answer
SSO protocols in cloud computing?
As I know, there are several SSO protocols in the cloud authentication, they are openid, microid, josso, webauth, sourceID, cosign and Kerberos. Does it exist any other authentication protocols or structures?

lzlstyle
- 373
- 3
- 9
1
vote
2 answers
CXF OSGi bundle - register a filter against CXFServlet?
I've got the CXF OSGi bundle deployed on a karaf container with several endpoints each in their own bundle. The endpoints are a mix of JAX-RS and JAX-WS flavors. I'd like to enable some security on the endpoints with JOSSO and need to register a…

badaltitude
- 65
- 7
1
vote
1 answer
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.
For…

CelinHC
- 1,857
- 2
- 27
- 36
1
vote
1 answer
Recover environment properties sent to EJB
I have a Delegate that instanciate the corresponding Bean sending credentials (Josso Authentication) through InitialContext as shown here.
At Bean, I've tried to recover Josso Data with SessionContext, as shown below:
@Resource private…

André Luís Oliveira
- 464
- 1
- 3
- 15