Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Zepplin is using AD as way of authentication
Description
Zepplin UI Doesnt logs out in IE
Its Shows Logout Success and automatically reload the page
But the User is still logged in .
The RootCause :
As per code : https://github.com/apache/zeppelin/blob/6caf587e17fb6858e769fb2121b8cd66090ff759/zeppelin-web/src/components/navbar/navbar.controller.js#L93
Zepplin is trying to pass username and password to the URL and IE doesnt support the feature (URL REFERENCE):
https://support.microsoft.com/en-us/help/834489/internet-explorer-does-not-support-user-names-and-passwords-in-web-sit
So for the Check of passing the username and password need to ignore if the browser is IE as IE doesnt support the same.
Please Fix this BUG
Attachments
Issue Links
- links to