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:12:00 UTC

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

Bryan Bende created NIFI-8241:
---------------------------------

             Summary: 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


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)