exceptionfactory commented on PR #6145: URL: https://github.com/apache/nifi/pull/6145#issuecomment-1166297846
> One thing I'm noticing is that the logout button isn't appearing in the top right corner after login. Thanks for the feedback and highlighting the problem @thenatog. The `/access/saml/login/exchange` resource was conflicting with the SAML 2 filter responsible for consuming Asserting Party messages. As a result of the conflict, the web user interface did not retrieve the access token, which prevented the logout button from appearing. Returning the entire token to the user interface is no longer necessary for the SAML authentication process, so I pushed an update that replaces the exchange method with a simpler approach that returns the Access Token Expiration, which is what the user interface uses to determine the visibility of the logout button. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
