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/12/23 04:57:00 UTC

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

     [ https://issues.apache.org/jira/browse/NIFI-10855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Handermann updated NIFI-10855:
------------------------------------
    Status: Patch Available  (was: Open)

> 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
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)