Hi Ashfaque, Kindly share us the error log while building server for easy assistance. Note: Appzillon has no restrictions on a particular version of Maven to be used. Maven repository mandates downloading its dependencies over HTTPS only starting Jan 15 2020. Maven 3.1.0 and lesser doesn't support H...
Hi Chethan,

Kindly share relevant webcontainer and server logs too.
Hi Chethan,

Please share more details like what are those systems in which login works fine and what are other few systems in which it fails.
Hi saibharadwaj, In case of forgot password, you should use appzillonForgotPassword interface instead of createUser. appzillonForgotPassword interface request JSON is as defined below for your reference. Interface appzillonForgotPassword, let you validate against user's primary mobileNo or primary e...
Hi saibharadwaj


Set Allow user entered password value to 'Y' under application's security parameter details using Appzillon's Admin module or directly update column ALLOW_USER_PASSWORD_ENTRY to 'Y' and use the same user registration interface it should work.

Thanks,
Arthanarisamy
Hi saibharadwaj, If I understand it right hope you are trying to register the user by himself/herself post which he/she will be able to use the same credentials to login and use the application. Kindly use "appzillonUserRegistration" internal interfaceId for the above said case. "appzillonCreateUser...
Hi Sreenadh, You would be able to achieve this leveraging on Appzillon's extensibility feature. Please write your own authentication logic validating users against LDAP server by implementing interface com.iexceed.appzillon.sms.iface.IAuthentication Mention the above written class's fully qualified ...
Hi Sreenadh,

From the screenshot shared, we could see only the request payload. Please share the response payload.
Also kindly do check AppzillonServer's MainLogFile and application server logs for further debugging.

Thanks,
Arthanarisamy
Hi rogodw32,

There are different discussions elaborating the same. One such link is below, hope you will find it informative.

https://stackoverflow.com/questions/330 ... chitecture
Hi Sreenadh,

Kindly share the application server logs for the same.