I am using ADF with APS. In Local environment I am able to login but as a connect my development environment(https),it is giving CSRF Token error.
What is the solution of this?
Here mention that i need to disable csrf token.https://hub.alfresco.com/t5/application-development/http-status-403-invalid-csrf-token/m-p/110927#M1
Will it create any other problem?
You don't need CSRF with ADF applications (and any other single-page application).
Is this problem of APS and ADF Version?
APS: 1.9
ADF:3.9
I am using above version.
You are saying not need of CSRF then what should cause of error?
Just switch it off via attributes as Login dialog suggests you
I have tried as per your instruction.
It is saying that it is unknown property.
It's in the documentation, just read it. You can also check the Yeoman Generator that gives you a blank pre-configured application with all the stuff to get started. We also have an example content application that has even more functionality there. Here's the simple use of login: https://github.com/Alfresco/alfresco-content-app/blob/develop/src/app/components/login/login.compone...
I have generated application with adf-generator for APS.
I have tried with default login page by setting param below way.
I checked source code of login component.I am not able to find out @Input Parameter related to disableCsrf.
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.