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

Has anyone succeeded to install the JOSSO Agent on a JBoss AS 7.1.1?

I'm using JOSSO version 1.8.8 (also tried 1.8.9.SNAPSHOT)... I used the installer (as posted on www.josso.org) to install the agent and the sample partnerapp. When I start JBoss, the sample app won’t deploy. 14:46:39,982 ERROR…
MicMatic
  • 1
  • 2
0
votes
1 answer

JOSSO gateway deployment on Weblogic 10

I'm trying to work out a proof of concept with SSO using JOSSO. However, i'm having issue installing JOSSO on my server, which is a Weblogic 10 instance. I have managed to install JOSSO in my domain. However when i start the server, there's an error…
ipohfly
  • 1,727
  • 4
  • 26
  • 52
0
votes
0 answers

Can tomcat be configured to allow connections from a primary trusted tomcat server without requiring a user name login?

Imagine for a moment a primary tomcat server that is exposed to the outside world. Imagine further that below this tomcat server are 1 to "N" tomcat servers that are NOT exposed to the outside world. These tomcat servers respond to serialized object…
D-Klotz
  • 1,586
  • 1
  • 12
  • 34
0
votes
1 answer

Integrating JOSSO with spring ws client

I am working on integrating a web service application with JOSSO framework for authentication . When ever a request comes for the service it should be authenticated first against an Active Directory , and if it succeeds it should hit the endpoint .…
0
votes
1 answer

How do I know whether Josso 1 is successfully connected to LDAP?

I have configured according the guide given in the Josso sites. However, I'm still confuse on how to determine whether the Josso is successfully connected to the ldap. Is it can be determine by using the partnerapp?
boyBiz
  • 1
  • 1
0
votes
1 answer

How to integrate Josso 1.8.6 with rest webservices

I am having an Rest Web Services application and Admin web application, Rest web services will be interacted with mobile , where are Admin web application will be used for maintaining purpose. for both webservice application and amin web…
murali
  • 1
  • 1
0
votes
1 answer

JOSSO SSO JAVA ASP.NET

i have 2 applications.first application uses ASP.net other uses java framework.i should implement josso for single sign on for these applications.i dont start this project.What should I do first? can i use one server for these applications?
questions
  • 1
  • 1
0
votes
1 answer

tomcat+josso1.8.6+spring

I use JOSSO 1.8.6. I configure all in the Tomcat lib directory file related to JOSSO, and I'm also doing all configuration in web application[spring] WEB-INF file. I got the below URL. http://localhost:8080/TestLogin/?josso_cmd=login_optional …
Minesh
  • 178
  • 1
  • 2
  • 14
0
votes
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
  • 11,344
  • 4
  • 40
  • 60
0
votes
1 answer

In Josso, how to get the user details using the "josso_assertion_id"

How to obtain the user credentials using the "josso_assertion_id" which is obtained after a successful login. Are their any API calls to obtain the user credentials in JOSSO. Any help would be much appreciated. Krishna
-2
votes
1 answer

Java Single Sign On implementation with JOSSO using WAS6.1

I want to implement Single Sign On(SSO) in java web application using JOSSO library.Can anybody help me because I don't hava idea that how to implement it. Thanks..
1 2 3 4
5