Implementing PTA and Seamless SSO
This recipe shows how to configure Azure AD Connect with PTA and Seamless SSO.
Getting ready
To implement PTA, you'll need to sign in with an account that is a local administrator on the server dedicated to Azure AD Connect. As part of the steps of this recipe, you'll need to enter the credentials for the following accounts:
- An account in Active Directory that is a member of the Enterprise Admins group
- An account in Azure AD that has the Global administrator role assigned
Ensure the Windows Server that will run Azure AD Connect meets the following requirements:
- It can communicate with the internet without passing proxies.
- It is running Windows Server 2016 or later.
- It is domain-joined.
- It has the IE ESC feature turned off.
If proxies need passing, take appropriate measures by making a proxy exception or configuring a proxy for Azure AD Connect in its configuration file.
Ensure that...