[
https://issues.apache.org/jira/browse/NIFI-13232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847449#comment-17847449
]
ASF subversion and git services commented on NIFI-13232:
--------------------------------------------------------
Commit 226ac9671f3f1d75bc54422f56ab984a53c4550d in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=226ac9671f ]
NIFI-13232 Add Authentication Configuration REST API method (#8834)
* NIFI-13232 Added Authentication Configuration REST API method
* NIFI-13236 Moved logoutSupported from Configuration to Current User
* NIFI-13232 Added externalLoginRequired field
This closes #8834
> Add REST API Resource for Authentication Configuration
> ------------------------------------------------------
>
> Key: NIFI-13232
> URL: https://issues.apache.org/jira/browse/NIFI-13232
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The NiFi user interface applications include Servlet Filters to handle Login
> and Logout redirection based on the configured authentication strategy.
> Rather than continuing to maintain these filters, a new REST API resource
> should be created to provide login and logout URLs based on application
> configuration. The response should also indicate whether the system supports
> login and logout operations so that the user interface can present the
> appropriate forms and links according to the current system configuration.
> Implementing this new REST API should support the removal of the Login and
> Logout filters from the new user interface, simplifying the build and
> deployment process.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)