Thank you for posting your query on Microsoft Q&A.
Thank you for posting your query on Microsoft Q&A.
From above description I am able to find that you are looking for ways to configure SSO on you MSAL integrated mobile application.
- MSAL.NET supports connecting to Azure AD, which signs in managed-users (users managed in Azure AD) or federated users (users managed by another identity provider such as AD FS). MSAL.NET does not know about the fact that users are federated. As far as it’s concerned, it talks to Azure AD.
The authority you use in this case is the usual authority (authority host name + tenant, common, or organizations).
- For SSO, you may follow Enable cross-app SSO on Android using MSAL.
There are two ways for applications using MSAL for Android to achieve SSO:
- Through a broker application
- Through the system browser
It's recommended to use a broker application for benefits like device-wide SSO, account management, and conditional access. However, it requires your users to download additional applications. You would be needed to Integrate your app with a broker
Thanks,
Akshay Kaushik
Please "Accept the answer" (Yes), and share your feedback if the suggestion answers you’re your query. This will help us and others in the community as well.