We've just released the beta version of IAM.tf (https://iam.tf) — a completely free in-browser tool at the intersection of Identity & Access Management (IAM) and DevOps. Automatically generate Terraform scripts for your favorite IDaaS vendors as you visually describe your IAM functionality, such as MFA and Social SSO. Out-of-the-box support for Okta and Auth0 is included, and JOSSO, AWS Cognito and Azure are in the works. Enjoy it here: https://iam.tf
We've just released the beta version of IAM.tf (https://iam.tf) — a completely free in-browser tool at the intersection of Identity & Access Management (IAM) and DevOps. Automatically generate Terraform scripts for your favorite IDaaS vendors as you visually describe your IAM functionality, such as MFA and Social SSO. Out-of-the-box support for Okta and Auth0 is included, and JOSSO, AWS Cognito and Azure are in the works. Enjoy it here: https://iam.tf
Hello , I am upgrading my application to JBOSS4 to Wildfly 17 . We are using JOSSO 1.8 jar for our authintication . Question : Can we deploy the same JOSSO code in Wildfly server without any changing in source code ? Do we need to upgrade the JOSSO ? Regards Uday
Hi, Does anyone know if Apache-Tomcat-7.0.12 will be compatible with JOSSO 1.8.1? Else what is the least compatible version of JOSSO with Apache-Tomcat-7.0.12, and on the other hand what is the least compatible version of Apache-Tomcat with JOSSO 1.8.1? Thanks.
Hi, Most of the examples shown for JOSSO uses the default "Identity Vault" to store user information. However, I need to retrieve my list of users from an existing database. For this, I realize there are two options to choose from the Identitiy Source tab. One is "Database Identitiy Vault" and the other one is "RDBMS Identitiy Source". For RDBMS Identity Source, I downloaded the JDBC 4 "jar" driver for postgres (the db I am using is postgres 8.2.4), put it in $JOSSO2_HOME/lib/jdbc folder and then...
Hi, Most of the examples shown for JOSSO uses the default "Identity Vault" to store user information. However, I need to retrieve my list of users from an existing database. For this, I realize there are two options to choose from the Identitiy Source tab. One is "Database Identitiy Vault" and the other one is "RDBMS Identitiy Source". For RDBMS Identity Source, I downloaded the JDBC 4 "jar" driver for postgres (the db I am using is postgres 8.2.4), put it in $JOSSO2_HOME/lib/jdbc folder and then...
Hi, Most of the examples shown for JOSSO uses the default "Identity Vault" to store user information. However, I need to retrieve my list of users from an existing database. For this, I realize there are two options to choose from the Identitiy Source tab. One is "Database Identitiy Vault" and the other one is "RDBMS Identitiy Source". For RDBMS Identity Source, I downloaded the JDBC 4 "jar" driver for postgres (the db I am using is postgres 8.2.4), put it in $JOSSO2_HOME/lib/jdbc folder and then...
Hi, Most of the examples shown for JOSSO uses the default "Identity Vault" to store user information. However, I need to retrieve my list of users from an existing database. For this, I realize there are two options to choose from the Identitiy Source tab. One is "Database Identitiy Vault" and the other one is "RDBMS Identitiy Source". For RDBMS Identity Source, I downloaded the JDBC 4 "jar" driver for postgres (the db I am using is postgres 8.2.4), put it in $JOSSO2_HOME/lib/jdbc folder and then...
Hi, Most of the examples shown for JOSSO uses the default "Identity Vault" to store user information. However, I need to retrieve my list of users from an existing database. For this, I realize there are two options to choose from the Identitiy Source tab. One is "Database Identitiy Vault" and the other one is "RDBMS Identitiy Source". For RDBMS Identity Source, I downloaded the JDBC 4 "jar" driver for postgres (the db I am using is postgres 8.2.4), put it in $JOSSO2_HOME/lib/jdbc folder and then...
Hi, I managed to install JOSSO2 in CentOS 7 with the installation file josso-ce-2.4.4-39-20200219.142717-unix.jar. The services/bundles seem to be running : karaf@josso-ce>osgi:list | grep Atricore [ 41] [Resolved ] [ ] [ ] [ 60] Atricore IDBus :: Kernel : Web Console Branding (1.4.4.SNAPSHOT) [ 181] [Active ] [ ] [ ] [ 60] Atricore IDBus :: Kernel : Support (1.4.4.SNAPSHOT) [ 182] [Active ] [ ] [ ] [ 60] Atricore IDBus :: Kernel : XML Digital Signature Binding (1.4.4.SNAPSHOT) [ 183] [Active ] [...
Hi, I managed to install JOSSO2 in CentOS 7 with the installation file josso-ce-2.4.4-39-20200219.142717-unix.jar. The services/bundles seem to be running : karaf@josso-ce>osgi:list | grep Atricore [ 41] [Resolved ] [ ] [ ] [ 60] Atricore IDBus :: Kernel : Web Console Branding (1.4.4.SNAPSHOT) [ 181] [Active ] [ ] [ ] [ 60] Atricore IDBus :: Kernel : Support (1.4.4.SNAPSHOT) [ 182] [Active ] [ ] [ ] [ 60] Atricore IDBus :: Kernel : XML Digital Signature Binding (1.4.4.SNAPSHOT) [ 183] [Active ] [...
Hi, Is it possible to customize the HTTPS port number for JOSSO 2 to 8080 instead of 8081? Will this cause any problems? If yes, what are the steps to do so? How can this be achieved? Thx.
I'm trying to Integrate JOSSO2 CE with Liferay 6.2 . Case : When I try to login from Liferay it redirects to Josso login page properly. As I give the credentials Josso login me sucessfully and then it redirects to Liferay and following error occurs. 10:00:23,271 DEBUG [http-bio-3380-exec-5][JaasHttpSSOAgent:201] Attempting SSO Session authentication by sp-2:id-29c78a51-21cc-4b09-9ff4-4b026fe8351b 10:00:23,271 DEBUG [http-bio-3380-exec-5][JaasHttpSSOAgent:201] Creating callback handler for sp-2/id-29c78a51-21cc-4b09-9ff4-4b026fe8351b...
When i open the URL in the browser, it is redirecting to JOSSO login page and on successful authentication, it is redirecting back to the original partner App. But when i open the same URL from a MS Word or MS Excel, it is not redirecting to the partner App, it is loosing the context and opening a page (http://localhost:8080)
I have implemented ForgotAction, i have overriden checkSecurityToken method. Sometimes the session is getting lost when i invoke my overriden method of ForgotAction. If the session is lost, am unable to compare the token which is available in the session. Before invoking , checkSecurityToken the token is available in the session, but after invoking the method, it goes to my overriden method, but inside the method, i dont have the security_token inside the session. This is not happening always, very...
I had an empty value below, after giving host and port, it was resolved <protocol:ws-service-locator endpoint="localhost:8080"/>
The problem is here inside the logs, Host is empty and hence tomocat-coyote is rejecting all the requests 2018-07-13 02:52:53.303 | DEBUG | http-bio-8080-exec-17 | org.apache.axis.transport.http.HTTPSender 519 | writeToSocket | POST ////josso/services/SSOIdentityProviderSoap HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text/* User-Agent: Axis/1.4 Host: Cache-Control: no-cache Pragma: no-cache SOAPAction: "" Content-Length: 462 Please...
The problem is here inside the logs, Host is empty and hence tomocat-coyote is rejecting all the requests 2018-07-13 02:52:53.303 | DEBUG | http-bio-8080-exec-17 | org.apache.axis.transport.http.HTTPSender 519 | writeToSocket | POST ////josso/services/SSOIdentityProviderSoap HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text/* User-Agent: Axis/1.4 Host: Cache-Control: no-cache Pragma: no-cache SOAPAction: "" Content-Length: 462 Please...
The problem happend because , Tomcat made Strict Validations for the host from 7.0.87 version onwards. Coyote add Enable strict validation of the provided host name and port for all connectors. Requests with invalid host names and/or ports will be rejected with a 400 response. (markt) fix Implement the requirements of RFC 7230 (and RFC 2616) that HTTP/1.1 requests must include a Host header and any request that does not must be rejected with a 400 response. (markt) fix Implement the requirements...
I have attached the log file
Tomcat 7.0.84 and JOSSO 1.8.6 is working fine, i have upgraded Tomcat to 7.0.88, that failed some API exception, Method not found errors (SSOAgentValve.java , response.setError() ) So i have upgraded to JOSSO 1.8.12 which doesn't have API issues, but i was unable to make authentication successful The combination Tomcat 7.0.88 +JOSSO 1.8.12 Version is not working. Im getting an exception on the browser "Outbound relaying failed. No Principal found. Verify your SSO Agent Configuration!" Surprising...
Hi folks, I am stucking with using JOSSO2 with Atlassian Apps like JIRA and Confluence. I followed this documentation http://docs.atricore.com/josso2/2.4/tutorials/josso-jira-tutorial/html/en-US/JOSSO_Tutorial_JIRA.html but it didn't work on my testsystem. So I checked more documentation and found out, that I have to install the agent somehow on the JIRA Tomcat Server. I didn't found any agent package and at the end I found a doc, where they say, that I have to install JOSSO2 on the same server,...
In Josso 2.4.1 server how to enable HTTP Strict Transport Security (HSTS) in response header. And how to disable TRACE Method in Josso server.
In Josso2.4.1 how to hide web server (jetty) version details from response header and in error messages?
I am running JOSSO2 2.4.3 on Linux I have created a (hopefully) trivial Identity Appliance Setting - with an "External" SAML Service Provider Endpoint. [cid:image001.jpg@01D38AF6.16A1D990] The "External" endpoint is actually my server, but not using JOSSO as SP-Side implementation. I have deployed this and it starts. karaf@josso-ce>appliance:view 1 ID Name State Revision Display Name Last/Deployed [ 1] [demoIdP ] [STARTED ] [15/15] demoIdP Defined Revision : 15 Namespace : net.mycompany.demorealm...
Hi Don, For headless install use the "-console" flag : java -jar josso-ce-2.4.3-unix.jar -console We'll add a note for this in the docs. You will also want to use the 2.4.3 release instead of the older 2.4.1. Regards, Gianluca.
We have the same request. Is there any help available? "java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it." X11 forwarding is in our terminal putty enabled, but there are still some bugs: "Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11.XToolkit" Do we have to install x11 on the server (which is a overhead)?
Hi Antonio, Looks like the JAVA_HOME is not set. It should point to the folder where your preferred JDK8 is installed. You can use the the SET command for this: set JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_91 . Hope this helps. Regards, Gianluca.
I have the same issue as you, I remember, for this version you need to use java 8, that I have already but still having the same issue, JAVA_HOME not set; results may vary atricore.bat: Unable to retrieve JAVA_HOME someone can help us ?
Hi, I read the topic ,https://sourceforge.net/p/josso/discussion/399715/thread/adb5992a/, now I'm asking this. I'm considering that I update the Jboss version from 4.2 to Jboss EAP 6 or 7. That topic says Josso1.8 works with Jboss v7, WildFly 8 and WildFly 9. This means Josso1.8 works with Jboss EAP 6. If Josso1.8 works with WildFly10, I will test our progeams with this emvironment. Regards
Hi, I read the topic ,https://sourceforge.net/p/josso/discussion/399715/thread/adb5992a/, now I'm asking this. I'm considering that I update the Jboss version from 4.2 to Jboss EAP 6 or 7. That topic says Josso1.8 works with Jboss v7, WildFly 8 and WildFly 9. This means Josso1.8 works with Jboss EAP 6. If Josso1.8 works with WildFly10, I will test our progeams with this emvironment. Regards
Thanks!
Hi all, I am using JOSSO 2.4.2 with Tomcat7 and JDK 7 I am getting following error....
SEVERE: Session authentication failed : java.lang.NullPointerException at org.josso.tc70.agent.jaas.SSOGatewayLoginModule.login(SSOGatewayLoginModule.java:169)...
Hi Felipe, JOSSO shouldn't be messing with your encoding. I'd suggest you try with...
Hi Paul, Unfortunately there is no native support for this. As a workaround, you...
We have deployed JOSSO2 with a SAML IDP for a customer. We are being asked if a hard...
Case 1: I have a virtual machine with Ubuntu and Tomcat 7.x. If i POST data with...
Case 1: I have a virtual machine with Ubuntu and Tomcat 7.x. If i POST data with...
Case 1: I have a virtual machine with Ubuntu and Tomcat 7.x. If i POST data with...
Case 1: I have a virtual machine with Ubuntu and Tomcat 7.x. If i POST data with...
Hi Paul, In order to mitigate this issue, you might want to try setting up a reverse...
Hello Gianluca, Thank you for your reply. Do you have a reference as to how this...
Hello Gianluca, Thank you for your reply. Do you have a reference as to how this...
Hi Paul, Thanks for the heads up on this. Please raise an issue here : https://github.com/atricore/atricore-idbus/issues...
We are deploying an application and we are receiving the below from the security...
Hi All, Can anyone tell me whether glassfish application server supports Josso2(java...
Hi All, After JOSSO2 installation and I was trying to integrate it with Glass fish....
I managed to resolve this issue at this url: http://support.filecatalyst.com/index.php?/Knowledgebase/Article/View/291/3/advisory-4272016-central-administration-page-throws-java-error-500-with-java-version-8-update-91...
Hello, I need help. to get Atricore to work. I have installed JOSSO 2.4 on windows...