Takeshi Kaneko created NIFI-9449:
------------------------------------
Summary: 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
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)