Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
log4j.logger.edu.internet2.middleware.grouper.grouperUi.csrf.CsrfGuardLogger  = DEBUG

...


Notes

If you are using nginx make sure to set this setting

Code Block
underscores_in_headers on;


Legacy instructions

These instructions install OWASP CSRF guard in the Grouper UI.  These instructions are intended for Grouper v2.1, though it will probably work on v2.0, and could be adapted for previous versions as well.

...