TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

13 点作者 waldekm超过 3 年前

1 comment

thrower123超过 3 年前
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.