'Silent logout in MSAL angular

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.



Solution 1:[1]

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.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 AjayKumarGhose-MT