You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Wiktor Kubicki (Jira)" <ji...@apache.org> on 2021/12/09 13:42:00 UTC

[jira] [Commented] (NIFI-9449) Implement login redirects to specified URLs

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

Wiktor Kubicki commented on NIFI-9449:
--------------------------------------

This is duplicated solution for https://issues.apache.org/jira/browse/NIFI-4890?focusedCommentId=17423652&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17423652 isn't it?

[~RazDob15] check this pull request.

> Implement login redirects to specified URLs
> -------------------------------------------
>
>                 Key: NIFI-9449
>                 URL: https://issues.apache.org/jira/browse/NIFI-9449
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core UI
>            Reporter: Takeshi Kaneko
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> If an unauthorized user accesses the URL of a process group (e.g. {{[https://nifi.example.com:8443/nifi/?processGroupId=344d9813-017b-1000-ffff-ffffc6677e8b&componentIds=|https://nifi.example.com/nifi/?processGroupId=344d9813-017b-1000-ffff-ffffc6677e8b&componentIds=]}} ), NiFi redirects to the login page. After the successful login, it redirects to the URL of the root process group (e.g. {{[https://nifi.example.com:8443/nifi/|https://nifi.example.com/nifi/]}} ), not the specified process group.
> I'd like to change the specification so that it redirects to a specified URL after the login.
> Currently, NiFi provides the following user authentication:
>  * Single User
>  * Lightweight Directory Access Protocol (LDAP)
>  * Kerberos
>  * OpenId Connect
>  * SAML
>  * Apache Knox
> I'm going to implement login redirects to specified URLs for all of the above.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)