You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently installed and configured Shibboleth module on Nginx.
After authenticating, Firefox displays the page "You should be redirected back to the conference soon..." and redirects the user to their meeting (firefox works great). However, Chrome displays the HTML code below and does not redict the user. It gets stuck on this screen.
This has been tested on multiple systems and multiple chrome instances, and all of them showed the same behaviour.
<html><head><head/><body>
<h1>Hello UserName!<h1/>
<h2>You should be redirected back to the conference soon...<h2/>
<script>
(function() {
var sessionId = 'f6ccff7d-7f9f-4646-885d-e516c5f627ea';
localStorage.setItem('sessionId', sessionId);
console.info('sessionID :' + sessionId);
window.location.href='../meetingURL';
})();
</script>
</body></html>
The text was updated successfully, but these errors were encountered:
I recently installed and configured Shibboleth module on Nginx.
After authenticating, Firefox displays the page "You should be redirected back to the conference soon..." and redirects the user to their meeting (firefox works great).
However, Chrome displays the HTML code below and does not redict the user. It gets stuck on this screen.
This has been tested on multiple systems and multiple chrome instances, and all of them showed the same behaviour.
The text was updated successfully, but these errors were encountered: