Implementing PHS with Express Settings
This recipe shows you how to configure PHS as the authentication method toward Azure AD, using Azure AD Connect Express Settings.
This recipe assumes your organization already possesses an Active Directory domain and Azure AD tenant.
Getting ready
Dedicate at least one domain-joined Windows Server system on the internal network as the host for Azure AD Connect for your organization. As this Windows Server will have a SQL Server Express database hosted on it, be sure not to combine this role with sensitive or overburdened hosts.
Ensure all accounts in the on-premises Active Directory are configured with a publicly routable userPrincipalName
suffix, such as lucernpub.com
. Ensure the DNS domain name(s) that are part of the userPrincipalName
attributes for user accounts are owned by your organization on the internet and configured as verified DNS domain name(s) in your organization's Azure AD tenant.
Additionally, ensure that the...