Actually I found the enduser.properties in several places, and I changed those
params to "false" in all of them, but I still get stuck at the login page.
On Thursday, May 14, 2020, 02:34:07 PM EDT, <[email protected]> wrote:
I found xsrf and catcha parameters in the
/syncope-archetype/enduser/target/classes/enduser.properties file, and I set
both parameters to "false", and bounced the tomcat, but still it is getting
stuck.
I am also now still seeing the following error in the enduser.log:
18:27:38.717 ERROR
org.apache.syncope.client.enduser.init.ClassPathScanImplementationLookup -
Could not find annotation
org.apache.syncope.client.enduser.annotations.Resource in
org.apache.syncope.client.enduser.resources.CaptchaResource, ignoring
Please advise.
Thanks,
Jim
On Thursday, May 14, 2020, 02:18:49 PM EDT, <[email protected]> wrote:
Hi,
I just found these msgs in the syncope-archetype/logs/enduser.log:
14:17:04.128 ERROR org.apache.syncope.client.enduser.resources.BaseResource -
XSRF TOKEN does not match
I am guessing that XSRF is something to do with cross-site? Is there some
config we have to change in Syncope to enable the proxying to work?
Thanks,
Jim
On Thursday, May 14, 2020, 11:04:23 AM EDT, <[email protected]> wrote:
Hi,
I am trying to proxy the Syncope console with an Apache (reverse) proxy.
So far, after I setup the Apache proxy, I can get to the Syncope console login
page, but when I try to submit the login, nothing happens.
I have been trying to diagnose what is going on, but so far, I cannot see what
might be the problem?
Has anyone done this before? If so, could you share how you had to set up the
Apache configuration?
Right now, I am only using ProxyPass and ProxyPassReverse.
Thanks,
Jim