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

org.apache.catalina.LifecycleException: Failed to stop component [SingleSignOn[]]

I am using Apache Tomcat 8.5.12 with JOSSO single sign on . After configuration I can not start the tomcat server and I get this error. Everything is well configured. Does anyone have an idea that can help me to start the server ?enter image…
Romero
  • 13
  • 6
0
votes
2 answers

Tomcat 7 with UTF-8 encode

Case 1: I have a virtual machine with Ubuntu and Tomcat 7.x. If i POST data with special characters to the server i'ts ok. I have a filter that run before any servlet and set the encode to UTF-8 request.setCharacterEncoding("utf-8"); Case 2: In the…
Queiros
  • 1
  • 1
  • 5
0
votes
1 answer

Does JOSSO 1.8.10 support SAML 2.0?

Does josso 1.8.10 support saml 2.0 ? If so, how can i configured to work with saml 2.0 ? I would appreciate any help.
0
votes
0 answers

How to create a SAML 2.0 Identity Provider

I'm given a task to create a saml 2.0 identity provider and a service provider, but I'm totally blank on the concepts of single sign-on. I have tried JOSSO but getting issues using it. Is there any other way to create an identity provider. Can…
ImCoder
  • 645
  • 1
  • 8
  • 19
0
votes
3 answers

Josso 1.8.10 on tomcat 7 - Error while starting SSO Agent

After installing josso 1.8.10 on tomcat 7, I try to run catalina run command, but I get this error : LifecycleException: Error starting SSO Agent : Unexpected exception parsing XML document from class path resource [josso-agent-config.xml]; nested…
Brahim LAMJAGUAR
  • 848
  • 1
  • 14
  • 26
0
votes
1 answer

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 josso with portofino because they use different…
alex
  • 1
  • 1
0
votes
1 answer

Does OpenAM or JOSSO2 Allow multiple, concurrent Identity stores?

I am evaluating SSO solutions and am currently looking at OpenAM and JOSSO2 I am -extremely- new to SSO, OpenAM, JOSSO2 and am just now trying to learn what I need to learn. My application will need to be able to authenticate users against at least…
0
votes
1 answer

Where in jBoss when using SSL and JAAS are the Cache-Control and Pragma HTTP headers set?

Implemented JAAS and SSL on jBoss 4.2.2 and found the issue with being unable to download .pdf's. after some poking around I found references to the Pragma: No-cache and Cache-Control: no-cache headers, and why that prevents IE from downloading…
Jim Ward
  • 451
  • 1
  • 4
  • 5
0
votes
1 answer

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 http://:/IDBUS/first-idau/IDP-1/SAML2/SSO/POST. The flow…
Joseph Kulandai
  • 727
  • 6
  • 20
0
votes
1 answer

Josso + LDAP integration

Please answer me in the following question about JOSSO + LDAP integration. I can use my user from ldap server for login into josso sso. I created ldap server add ldif file depends on official documentation JOSSO1/LDAP+Setup After login i get this…
Hhovhann
  • 365
  • 3
  • 15
0
votes
0 answers

JOSSO - What is the basic setup step

I'm on a task that implement SSO using josso, but i am very new to this aspect. I have an website on asp.net MVC4 using IIS. I have tried to install JOSSO 2.0 on my machine but i do not know where to start. Can you give me details of it Thank you…
0
votes
1 answer

josso2 idp initiated sso atricore_sp_alias=

I am trying to setup browser based single signup with josso2. In my idprovider under saml 2.0 it say: idp initiated sso: http://localhost:8081/IDBUS/FMKAPP/IDPROVIDER/SAML2/SSO/IDP_INITIATE?atricore_sp_alias= But that ?atricore_sp_alias=…
MTilsted
  • 4,974
  • 9
  • 33
  • 64
0
votes
0 answers

password data type required to implement JOSSO single sign on

I'm trying to implement Single Sign On using JOSSO. My user credentials are stored in Users table with data type of password column is varbinary. Now can I implement JOSSO without altering my Users table?
Shashank
  • 41
  • 5
0
votes
1 answer

Issue with josso login

I am trying to debug an legacy application, for which I do not have code. What the application does is (one of the task) make a hit on a http://SOME_IP:8080 URL (on internet). The network where this application is deployed needs proxy to access…
Ankit
  • 2,813
  • 6
  • 29
  • 58
0
votes
1 answer

SSO with Windows credentials on JOSSO server

I’m currently trying to extend our SSO solution. My company uses a JOSSO server, which run on Tomcat, to enable a single sign-on for users. Now I want to use the users Windows credentials to automatically login to the JOSSO server. I've researched…