Channel authentication popup not closing for Tableau site in Firefox
search cancel

Channel authentication popup not closing for Tableau site in Firefox

book

Article ID: 212332

calendar_today

Updated On:

Products

Clarity PPM SaaS Clarity PPM On Premise

Issue/Introduction

You use a Project Channel to render a Tableau site for project status information. A change is being made to the authentication configuration for SSO for Tableau, and even though the user authenticates in Firefox from the channel page, the authentication popup isn't closing and the page is not rendering.

This is working successfully in Edge (same channel page and configuration).

Environment

Release : 15.9.1

Component : Clarity Channels

Browser: Firefox

Resolution

Popup uses windows.close() in Javascript.  

In this case, the popup was opened by Tableau.

This method can only be called on windows that were opened by a script using the Window.open() method. If the window was not opened by a script, an error similar to this one appears in the console:

Scripts may not close windows that were not opened by script.

Additional Information

See: Window.close() from developer.mozilla.org for more details on the Window.close() method