1
votes

Let's say I have an Angular web application that authenticates users in the Azure AD using MSAL: tuturial:https://docs.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-angular

Is there any way so that when a user is authenticated in a desktop app that an organization is using, for example Microsoft Outlook, it will do SSO on the Angular web app. So far, SSO to other web apps seem to work. However, not between desktop apps and web apps.

1

1 Answers

0
votes

This scenario is practically not possible currently. Please raise user voice here .

Note: As long as the same browser is used, it should achieve SSO.