2

I have an operational webapp based on JHipster. It is already token based authentification with, in addition, CSRF hack protection. I wrote a rest (remote) client in pure java. So it is not an API like angular which send the token. I need to send it when attempt to authenticate against webapp (hosted at a remote web server). I don't find any example on how to send it. When I authentificate against "JHisper" web app (through spring security), I got a MissingCsrfTokenException.

How to do ? thanks

François F.
  • 229
  • 2
  • 17
  • A more global problem question to request a remote server based on jhispter for authentication : http://stackoverflow.com/questions/29096595/how-to-access-spring-rest-api-in-jhipster-with-spring-resttemplate – François F. Jun 21 '16 at 07:49

0 Answers0