Preventing Single Sign On (SSO) Redirects From Opening a New Window Inside a Progressive Web Application (PWA)
![Developer Support](https://devblogs.microsoft.com/premier-developer/wp-content/uploads/sites/31/2021/08/devsupport-96x96.jpg)
I was recently working on a PWA application that utilizes SSO and one odd behavior that I noticed right off the bat was the fact that the SSO redirects forces the application to open a new window inside the browser instead of carrying the redirect inside the application shell. This is problematic as it defies the whole purpose of a PWA which attemp...