You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/12/24 18:17:00 UTC

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

    [ https://issues.apache.org/jira/browse/NIFI-10855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17651808#comment-17651808 ] 

ASF subversion and git services commented on NIFI-10855:
--------------------------------------------------------

Commit beb90ba8a63a33be8173925bdaf01c5a32aad0aa in nifi's branch refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=beb90ba8a6 ]

NIFI-10855 Added Documentation on CSRF Protection

Signed-off-by: Pierre Villard <pi...@gmail.com>

This closes #6805.


> 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: 40m
>  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)