Configuring Single Sign-On (SSO) with Azure AD Last Updated : 25 Jul, 2024 Comments Improve Suggest changes Like Article Like Report Active Directory (AD) now known as Microsoft Entra ID is a database and set of services that connect users with the network resources they need to get their work done. The database (or directory) contains critical information about your environment, including what users and computers there are and who’s allowed to do what. For example, the database might list 100 user accounts with details like each person’s job title, phone number and password. It will also record their permissions.It's important to understand clearly what is Azure Active Directory and why it is used? Azure Active Directory (Azure AD) is Microsoft’s enterprise cloud-based identity and access management (IAM) solution. Azure AD is the backbone of the Office 365 system, and it can sync with on-premise Active Directory and provide authentication to other cloud-based systems via OAuth. Key features of Azure Active DirectoryFeaturesDetailsAuthenticationCloud-based Protocols Network OrganizationFlat Structures of users and groupsCommunication REST APIsDesktopsWindows desktops can join with Microsoft IntuneServers Uses Domain Services to manage servers Single Sign-on Prerequisites: The following prerequisite steps on Microsoft Azure AD must be completed before you can configure single sign-on on the system:Create a subscription for Microsoft Azure AD. A free trial subscription is also available. For more information, see Azure Active Directory (Azure AD). During subscription creation, you specify a tenant that is used to create a URL to access the Microsoft Azure AD dashboardAccess the Microsoft Azure AD administrator dashboard on the Azure AAD portal now known as Microsoft Entra ID.Make sure you have the Microsoft Entra Connect tool set at your domain controller server and it's syncing to the cloud. For help in setting up look into this article.Ensure administrative access to both the on-premise server and Azure AD Cloud. To configure the on-premise active directory look into this article Install the Azure AD connect tool (now know as Microsoft Entra Connect) in your pc for proper seamless connection with admin access. Go to Change user sign-in > Enter username & password of your Azure ID > Enable Single-sign on and click Enter Credentials. Next you'll need to enter domain administrator credentials to configure on premise forest Enter Start Sync-process when configuration completes. Finally, go back to azure portal page > Microsoft entra connect > Connect Sync to check the status of seamless single sign on. Once, Single -Seamless sign on gets enabled it will create a Computer account (AZUREADSSOACC) on your windows server showing that its configured properly on your pc. Comment More infoAdvertise with us Next Article Microsoft Azure - Configure Diagnostic Settings For Azure Subscription A adhyanaditya Follow Improve Article Tags : Microsoft Azure DevOps Similar Reads Configuring Network Settings for Azure VMs Microsoft Azure virtual machines (VMs) provide scalable on-demand computing resources. Configuring the network settings of these virtual machines is important to ensure they communicate effectively and securely within your infrastructure. This article walks you through the basics and step-by-step pr 3 min read Steps to Configure Self Hosted Agents in Azure DevOps Azure DevOps is a versatile platform that allows you to automate your software development pipelines effortlessly. While it offers hosted agents for your convenience, there are scenarios where you might require specialized tools or software not available on Microsoft's hosted agents. In such cases, 3 min read Point-to-Site VPN Connection in Azure A Point-to-Site VPN connection allows individual clients to securely connect to the Azure virtual network. P2S connection can use one of the following protocols - OpenVPN ProtocolSecure Socket Tunneling ProtocolIKEv2 VPNAzure offers 3 ways to authenticate a client trying to connect to the virtual ne 3 min read Site-to-Site VPN Connection in Azure The site to Site connection is used to connect one site(let's say On-cloud) to another site(let's say On-premise). This feature is used mostly when you do some computation in a Cloud Server and some in the On-Premise server but treat both as one. In such cases, we can establish a connection between 2 min read Microsoft Azure - Configure Diagnostic Settings For Azure Subscription If you are managing cloud resources on Microsoft Azure, having Diagnostic Settings set up for your Azure Subscription is not a nice-to-have â it's necessary. Diagnostic Settings enable you to collect Activity Logs, such as who changed something, what they did, and when. From a security, compliance, 4 min read Microsoft Azure - Configure Azure SQL with Azure CLI In this article, we're going to take a closer look at how you can configure something like connectivity using the Azure CLI. What we have here is we are in Azure Data Studio and similar to the SQL notebook we are actually using a PowerShell notebook. That just means all our code cells are going to r 4 min read Like