TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Redirect to a custom login page when securing your Angular app with MSAL

13 pointsby waldekmover 3 years ago

1 comment

thrower123over 3 years ago
If terrible websites hadn&#x27;t destroyed the utility of popup windows, and caused browsers to block them by default, the MSAL popup flow would be clearly better than using the redirect flow. It&#x27;s a much nicer experience, and far easier to code for.<p>Ironically, I only learned it existed because I did some work with a Teams application that had a tab, and login.microsoft.com doesn&#x27;t work inside of an iframe, so there you cannot use the redirect flow.