MSAL 角度中的静默注销

发布于 2025-01-11 08:03:02 字数 79 浏览 0 评论 0原文

我已经在我的一个项目中实现了 MSAL 角度。我有一个功能可以注销。用户单击注销后,不应重定向或弹出窗口以选择帐户并注销。有什么办法可以解决吗。

I have impletemted the MSAL angular in one of my project. I have a feature to log out. Once the user has clicked on logout it should not redirect or popup to select the account and sign out. Is there any way make a fix.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半步萧音过轻尘 2025-01-18 08:03:02

正如 @ amanpreetsingh-msft,为了实现上述要求我们可以使用用于注销用户请求的 V1 端点,这将跳过选择用户帐户的提示。

有关更多详细信息,请参阅:- MS 问答 |注销时绕过帐户选择屏幕 & GitHub|示例

As suggested by @ amanpreetsingh-msft ,To achieve the above requirement we can use the V1 endpoint for sign-out user requests, which will skip the prompt to select the user account.

For more details please Refer this:- MS Q&A | Bypass the the account selection screen while logout & GitHub|Sample.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文