OpenConext / Stepup-tiqr

tiqr IdP for step-up authentication
Apache License 2.0
3 stars 2 forks source link

Use location.reload() to prevent rare chrome issue #101

Closed phavekes closed 3 years ago

phavekes commented 3 years ago

In some rare conditions (chrome browser, only tiqr-token, coming from portal.office.com, etc) document.location.replace(document.location.href); does not seem to work. Using location.reload(); seems to fix this. SURF issue CXT-50235