A robust email, calendaring, and collaboration platform developed by Microsoft, designed for enterprise-level communication and data management.Miscellaneous topics that do not fit into specific categories.
Hi @Bayu Aji Setyawan ,
Welcome to the Microsoft Q&A platform!
Yes, it is possible to achieve cross-app Single Sign-On (SSO) with an ADFS account in your on-premises environment. Here is a high-level overview of the configuration steps:
- ADFS Configuration:
- Set up relying party trusts for your applications.
- Configure claims rules to pass the necessary user information.
- MSAL Configuration:
- Use the authority parameter in MSAL to point to your ADFS instance.
- Enable brokered authentication by setting the broker_redirect_uri.
- Ensure the Microsoft Authenticator or Intune Company Portal app is installed on the user's device.
For detailed guidance, you can refer to the Microsoft documentation on enabling cross-app SSO using MSAL.
Please feel free to contact me for any updates. And if this helps, don't forget to mark it as an answer.
Best,
Jake Zhang