Using email as authentication in addition to user name

2017-02-14 Thread Ravindra Singareddy
Good Morning Syncope Users, I have a simple use case of authenticating users using email in addition to the username. What will be best practices approach, to make an addition to existing code base without losing integrity? Your help in this regard is greatly appreciated. Thanks Ravi

Re: Instructions for deploying Apache Syncope-2.0.2 in WildFly 10.1.Final with Postgresql Datasource

2017-02-13 Thread Ravindra Singareddy
Subject: Re: Instructions for deploying Apache Syncope-2.0.2 in WildFly 10.1.Final with Postgresql Datasource Il 13/02/2017 09:21, Ravindra Singareddy ha scritto: Hello, Experts. I am going in circles while deploying syncope 2.0.2 in WildFly 10.1.Final with Postgresql Datasource. Anybody got clear i

Instructions for deploying Apache Syncope-2.0.2 in WildFly 10.1.Final with Postgresql Datasource

2017-02-13 Thread Ravindra Singareddy
Hello, Experts. I am going in circles while deploying syncope 2.0.2 in WildFly 10.1.Final with Postgresql Datasource. Anybody got clear instructions regarding correct datasource definition in standalone.xml file and other required configurations, maven command line options? Is this following

Apache Syncope and Onehippocms Integration

2017-01-03 Thread Ravindra Singareddy
Hello Experts, I would like to write a proof of concept (POC) for SSO between Apache Syncope and HippoCMS. I have seen following two articles from tirasa and want to validate content before proceeding further 1. http://blog.tirasa.net/hippocms-in-sso.html 2.

AdminPasswordAlgorithm

2017-05-01 Thread Ravindra Singareddy
Hi All, Using BCRYPT as adminPasswordAlgorithm in security.properties as follows: adminPassword=$2y$10$g.5bFpWp4j6SxSB6iGokT.Sq01SpgSSyBexppJtc9T4TlNfLWVp0q adminPasswordAlgorithm=BCRYPT But not able to login into syncope-console. Does BCRYPT password algorithm is supported for admin user?

Storing Custom User variables and Unique Email constraint

2017-05-05 Thread Ravindra Singareddy
Hi All, I need to store User Custom variables like firstName, MiddleName, and Last Name and using following code: SyncopeClientFactoryBean clientFactory = new SyncopeClientFactoryBean(). setAddress("http://localhost:8080/syncope/rest;). setDomain("Master").

Phone Number As Username

2017-11-23 Thread Ravindra Singareddy
Hi All, Couple of months added email address as username for Syncope. Similar way it is useful to provide Phone Number(Mobile Number) as username for syncope so that it will be useful in mobile applications interfacing with Syncope. This will be great additional functionality to Syncope. Thanks

RE: Syncope User Registration in Syncope-2.0.6 - Unknown:ClassNotFoundException: com.sun.org.apache.xerces.internal.dom.DOMXSImplementationSourceImpl

2017-11-23 Thread Ravindra Singareddy
This issue is resolved by adding following entries to wildfly-10.1.0.Final ($JBOSS_HOME/modules/sun/jdk/main/modules.xml) Reference: https://stackoverflow.com/questions/15684993/class-from-rt-jar-not-found Thanks Ravi

Password in Clear Text in User Registration

2017-11-23 Thread Ravindra Singareddy
Hi All, Is any way to suppress password field not to display in registration restful call? Here is the request is seen in the client call. ID: 2 Address: http://localhost:8080/syncope/rest/users?storePassword=true Http-Method: POST Content-Type: application/json Headers:

RE: Syncope User Registration in Syncope-2.0.6 - Unknown:ClassNotFoundException: com.sun.org.apache.xerces.internal.dom.DOMXSImplementationSourceImpl

2017-11-20 Thread Ravindra Singareddy
cò<mailto:ilgro...@apache.org> Sent: Monday, November 20, 2017 8:26 AM To: user@syncope.apache.org<mailto:user@syncope.apache.org> Subject: Re: Syncope User Registration in Syncope-2.0.6 - Unknown:ClassNotFoundException: com.sun.org.apache.xerces.internal.dom.DOMXSImplementation

Syncope User Registration in Syncope-2.0.6 - Unknown:ClassNotFoundException: com.sun.org.apache.xerces.internal.dom.DOMXSImplementationSourceImpl

2017-11-19 Thread Ravindra Singareddy
Hi All, I having issue with the User registration in Syncope 2.0.6 using restful api http://localhost:8080/syncope/rest/users?storePassword=true Receiving following error: Headers: {connection=[keep-alive], Content-Length=[267], content-type=[application/xml; charset=UTF-8], Date=[Mon, 20 Nov

RE: Migration from Syncope 2.0.3 to 2.0,6 - Elastic Search

2017-10-29 Thread Ravindra Singareddy
java.net.SocketTimeoutException: SocketTimeoutException invoking http://localhost:8080/syncope/rest/configurations/password.cipher.algorithm: Read timed out From: Ravindra Singareddy Sent: Saturday, October 28, 2017 3:20

Migration from Syncope 2.0.3 to 2.0,6 - Elastic Search

2017-10-28 Thread Ravindra Singareddy
Hi All, We are migrating from Syncope 2.0.3 to 2.0.6. While authentication credentials, receiving following error. What are we missing in elastic search configuration? Thanks Ravi 03:14:29,929 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core

Syncope-console https java.io.IOException: IOException invoking https://localhost/syncope/rest/platform: HTTPS hostname wrong: should be

2018-03-11 Thread Ravindra Singareddy
Hi All, I am running into issue, when running syncope-console in https with self signed certificates in Wildfly. Here are commands are used for signing the certificate cd /opt/bitnami/wildfly/standalone/configuration sudo keytool -genkey -alias server -keyalg RSA -validity 3650 -keysize 2048

RE: User Search Based on UserName, email or Key(UUID) by admin user

2018-03-26 Thread Ravindra Singareddy
Ravi From: Francesco Chicchiriccò<mailto:ilgro...@apache.org> Sent: Monday, March 26, 2018 4:02 AM To: user@syncope.apache.org<mailto:user@syncope.apache.org> Subject: Re: User Search Based on UserName, email or Key(UUID) by admin user On 26/03/2018 07:14, Ravindra Singareddy wrote: Hi

User Search Based on UserName, email or Key(UUID) by admin user

2018-03-25 Thread Ravindra Singareddy
Hi All, I need to read user by username, email or key(uuid) with the admin user. What will be best approach? I have used following code but giving "Could not find an Access Token for JWT ..” error SyncopeClientFactoryBean clientFactory = new SyncopeClientFactoryBean()