Can AAD Connect PTA and ADFS Co-Exist?

Leonard Gilbert 146 Reputation points
2022-09-14T20:21:06.587+00:00

Currently we use ADFS with no plans to setup Azure SSO in the near future. I have a business ease of use request that requires AAD Connect's PTA to be enabled for use with a 3rd party cloud app. We cannot do this if there is any detrimental impact to ADFS's functionality. Any insight is greatly appreciated.

Microsoft Security | Active Directory Federation Services
Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} vote

Accepted answer
  1. Pierre Audonnet - MSFT 10,191 Reputation points Microsoft Employee
    2022-09-14T22:25:23.043+00:00

    Yes they can co-exist. But a user can only have one way to authenticate. You can achieve this with the Staged Rollout feature of Azure AD Connect. Your domain stays Federated, but you can pick Azure AD groups for which the member will use another method (such as PHS or PTA) without changing the UPN suffix of the user.

    So you can have some users using AD FS, other using PTA. But you cannot have the same user using PTA in some cases and AD FS in other cases.

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Mark Morowczynski 251 Reputation points Microsoft Employee
    2022-09-15T18:16:34.39+00:00

    Hi,

    You can get that seamless SSO experience without ADFS using managed (PTA or PHS) if the devices are using Hybrid AADJ or AADJ (https://learn.microsoft.com/en-us/azure/active-directory/devices/concept-azure-ad-join-hybrid) or Seamless SSO (https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sso)


  2. Pierre Audonnet - MSFT 10,191 Reputation points Microsoft Employee
    2022-09-15T18:48:50.807+00:00

    From a client's perspective, the way SSO would work with AD FS is very similar with the way it would work with PTA though. It's essentially Windows Integrated Authentication.
    So as long as you configure your AD FS farm to allow WIA (which is the case by default, as long as the user agent of the browser is supported - and that's customizable) I don't see why an application would care if it's AD FS doing it or the PTA agent. Maybe that entire scenario warrants another post in this forum :)


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.