09-03-2020 09:27 AM
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?
09-03-2020 12:06 PM
You don't need CSRF with ADF applications (and any other single-page application).
09-04-2020 12:42 AM
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?
09-07-2020 05:25 AM
Just switch it off via attributes as Login dialog suggests you
09-08-2020 12:55 AM
I have tried as per your instruction.
It is saying that it is unknown property.
09-08-2020 05:15 AM
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...
09-08-2020 05:57 AM
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.
Explore our Alfresco products with the links below. Use labels to filter content by product module.