How to achieve cross app sso with ADFS not entra ID

Bayu Aji Setyawan 0 Reputation points
2024-12-03T07:48:09.0233333+00:00

Based on this article https://learn.microsoft.com/en-us/entra/identity-platform/msal-android-single-sign-on

How to achieve Cross APP SSO with ADFS Account?

I have my environment running full on premise with ADFS 2019, Exchange server 2019 CU 14.

I've already tried the cross app SSO with entra id. But how to achieve it with on premise account with my environment account?

My Goal is to have cross app sso but with adfs account (auto logged in with outlook). I already achieve it with entra id but can't with adfs account.

Is it possible?

Exchange | Exchange Server | Other
Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Microsoft Security | Active Directory Federation Services
Microsoft Security | Microsoft Authenticator
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-12-04T08:51:53.28+00:00

    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:

    1. ADFS Configuration:
    • Set up relying party trusts for your applications.
    • Configure claims rules to pass the necessary user information.
    1. MSAL Configuration:
    • Use the authority parameter in MSAL to point to your ADFS instance.
    • Enable brokered authentication by setting the broker_redirect_uri.
    1. 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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.