You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (Jira)" <ji...@apache.org> on 2021/02/19 19:20:00 UTC

[jira] [Updated] (NIFI-8241) SAML storage factory should use the empty impl instead of http session based

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

Bryan Bende updated NIFI-8241:
------------------------------
    Status: Patch Available  (was: In Progress)

> SAML storage factory should use the empty impl instead of http session based
> ----------------------------------------------------------------------------
>
>                 Key: NIFI-8241
>                 URL: https://issues.apache.org/jira/browse/NIFI-8241
>             Project: Apache NiFi
>          Issue Type: Improvement
>    Affects Versions: 1.13.0
>            Reporter: Bryan Bende
>            Assignee: Bryan Bende
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The spring-security-saml library has an interface called SAMLMessageStorageFactory and by default will us an implementation based on HTTP session storage.
> The documentation describes how this can easily be changed to a no-op empty implementation:
> [https://docs.spring.io/spring-security-saml/docs/current/reference/html/chapter-troubleshooting.html#d5e1935]
> Since NiFi is not session based, we should switch the empty impl.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)