Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth Redirect bug on chrome #527

Open
creativeguitar opened this issue May 14, 2020 · 0 comments
Open

Auth Redirect bug on chrome #527

creativeguitar opened this issue May 14, 2020 · 0 comments

Comments

@creativeguitar
Copy link

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant