ADFS Upgradation

  It’s really difficult for the people to upgrade the current ADFS infrastructure to the latest one when old one is out of support.   what ADFS is and why it’s used in any organization: Active Directory Federation Services (AD FS) is the claim-based single sign-on (SSO) solution provided by Microsoft. It facilitates access to … Read more

Microsoft PasswordLess

PasswordLess What is PasswordLess? Passwordless authentication is a method of verifying a user’s login without the need for a traditional password. Instead of relying on a password, PasswordLess authentication uses alternative methods to verify a login, such as biometrics (e.g. fingerprint, facial recognition), ha0072dware tokens, or one-time codes sent to a trusted device. Why it’s … Read more

How to give AAD Connect account permissions

AAD connect Installation During the AD connect customize setup installation, you will see the below window to enter the Service account cred. 1: Create New AD account: This will ask you to enter Enterprise Admin credential to create new AD connector account like MSOL_cer44rwXXX In AAD connect when you check Connector properties you will see … Read more

How to register app in Azure

Azure is a cloud computing platform that provides a wide range of services to businesses and developers. One of these services is Azure App Registration, which allows you to register and manage your applications in Azure. Registering an app in Azure is a simple process that can be completed in just a few steps. In … Read more

Future of Cloud Security with Azure Confidential Computing

In today’s digital landscape, data security is paramount. The increasing reliance on cloud computing solutions has presented both opportunities and challenges in safeguarding sensitive information. Microsoft Azure has been at the forefront of innovations in cloud security, and one such groundbreaking technology they’ve introduced is Confidential Computing. In this blog post, we’ll dive into the … Read more

PIM activation process on Azure resources/subscription

1. Inside of Privileged Identity Management (PIM) select the Azure Resources blade 2. Inside of PIM>Azure Resources we will need to select “Discover resources” 3. Inside of “Discover Resources” you will find any subscription attached to the tenant that has not been attached to PIM (In this example my only subscription has already been attached … Read more

Configure the AD FS Servers with Azure MFA

MFA was not getting prompted while logging in to RDS and giving error: To resolve the above error, followed below steps. Make sure steps required to be performed on all AD FS servers in the farm: Step 1: Generate a certificate for Azure MFA on each AD FS server using the New-AdfsAzureMfaTenantCertificate cmdlet The first … Read more

Hiding contact from GAL in Sync Environment

How to hide contact in hybrid/synchronized environment in Office 365. When you have Hybrid environment or synchronized environment where AAD connect sync your all users, attributes from on-prem to Office 365. How you can hide the contact from GAL (Global Address List). It’s a big challenge as msExchHideFromAddressLists attribute by default is set not to … Read more