[
https://issues.apache.org/jira/browse/NIFI-14447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18022565#comment-18022565
]
Scott Aslan commented on NIFI-14447:
------------------------------------
In the legacy nifi registry UI there is no logout page. The call to logout
simply:
self.nfStorage.removeItem('jwt');
delete self.nfRegistryService.currentUser.identity;
delete self.nfRegistryService.currentUser.anonymous;
window.location.href = location.origin + '/nifi-registry/logout';
> Create login/logout page with routing guards
> --------------------------------------------
>
> Key: NIFI-14447
> URL: https://issues.apache.org/jira/browse/NIFI-14447
> Project: Apache NiFi
> Issue Type: Task
> Reporter: Shane Ardell
> Assignee: Shane Ardell
> Priority: Major
>
> Implement login and logout pages, get and display current user in header and
> add rights checks where necessary. Migrate existing guards from the old UI to
> the new one. These include NfRegistryLoginAuthGuard,
> NfRegistryResourcesAuthGuard, NfRegistryUsersAdministrationAuthGuard, and
> NfRegistryWorkflowsAdministrationAuthGuard.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)