Authentication Protocols Active Directory Primary Protocol: Kerberos (v5) with NTLM fallback Authentication Flow: Client requests TGT from Domain Controller DC verifies credentials against database Client receives TGT and service tickets Encryption: AES-256 (default), supports RC4 for legacy Token Lifetime: Default 10 hours (configurable) Smart Card Support: Native through PKINIT OpenLDAP Primary Protocol: LDAP (v3) with SASL mechanisms **Authentication Methods: Simple…
Month: May 2025
Understanding of Azure Private DNS resolution
When you link a Private DNS Zone to a Hub VNet and that Hub is peered with Spoke VNets, the resources in the Spoke VNets can use the records in the DNS Zone. This happens because VNet peering allows the DNS resolution to flow through the peered networks. You can find more details in the…
How to- Azure Front Door with your Power Pages website (includes step by step)
Here a simple explanation how you can configure Azure Front Door with your Power Pages website using a custom domain. Let’s break this down into simple steps so it’s easy to follow, even if you’re new to this. First, you’ll need to set up Azure Front Door to route traffic to your Power Pages site….
Work around the OCSP validation issue in Azure Application Gateway
1. First, verify connectivity to OCSP responder from Azure’s network: bash # Create a test VM in the same subnet as your App Gateway az vm create –resource-group MyResourceGroup –name TestVM –image UbuntuLTS –vnet-name MyVNet –subnet MySubnet –admin-username azureuser # SSH into the VM and test OCSP responder openssl ocsp -issuer intermediate.crt -cert client.crt -url…
Windows 11 Insider Preview Build 27842
Today Microsoft rolling out Windows 11 Insider Preview Build 27842 📢 [UPDATE 4/25]ISO files for Build 27842 are now available for download – get them here. Please note: SDKs will not be released for the 27xxx build series at this time. 🔧 Changes and Improvements [General] The redesigned battery icon introduced in recent builds may…