Bryan Bende created NIFI-8025:
---------------------------------
Summary: Refactor AccessResource
Key: NIFI-8025
URL: https://issues.apache.org/jira/browse/NIFI-8025
Project: Apache NiFi
Issue Type: Improvement
Reporter: Bryan Bende
Over time we have continued to add more and more end-points to AccessResource,
and with addition of the SAML work in NIFI-7888, it has become quite large.
We should consider separating some of the end-points into sub resources, most
likely one for OIDC, one for SAML, and maybe everything else stays in the
original AccessResource.
The paths need to remain the same, but since everything should already be
scoped by type like /access/saml/* or /access/oidc/* , they should be able to
be moved transparently.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)