You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2022/11/21 23:22:00 UTC

[jira] [Created] (NIFI-10855) Document Cross-Site Request Forgery Protection

David Handermann created NIFI-10855:
---------------------------------------

             Summary: Document Cross-Site Request Forgery Protection
                 Key: NIFI-10855
                 URL: https://issues.apache.org/jira/browse/NIFI-10855
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core UI, Documentation &amp; Website
            Reporter: David Handermann
            Assignee: David Handermann


Apache NiFi 1.15.0 included significant changes to web application security, including the introduction of Cross-Site Request Forgery protection using Spring Security Filters.

The CSRF configuration builds on the standard Spring Security Filter and provides a stateless implementation based on the [Double Submit Cookie Pattern|https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html#double-submit-cookie]. The implementation maintains support for REST API access without cookies using the HTTP {{Authorization}} header, but documenting the implementation would provide additional background for clients integrating with the REST API.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)