I have a problem in my spring boot app with the csrf token.
I have a form where I can edit a Person. A Person can have
Let us now imagine that the person has
I suggest you first check if a valid csrf token and the header have been generated using chrome debugger. If not, then have you added the in the ?(you will need to import the spring security taglibs). If using Apache tiles, you will have to add this at the section of the template file being used for the view.
If the token is not empty, then in your security-context/configuration file, check if you have disabled csrf security by any chance. By default it is enabled and needs to be for this process to work.