<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Enable passwordless security key sign-in in Hybrid Azure Active Directory environments	</title>
	<atom:link href="https://inthecloud247.com/enable-passwordless-security-key-sign-in-in-hybrid-azure-active-directory-environments/feed/" rel="self" type="application/rss+xml" />
	<link>https://inthecloud247.com/enable-passwordless-security-key-sign-in-in-hybrid-azure-active-directory-environments/</link>
	<description>Intune, Windows, Office 365, Microsoft 365, Azure, Automation</description>
	<lastBuildDate>Tue, 03 Sep 2024 08:12:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: DIon		</title>
		<link>https://inthecloud247.com/enable-passwordless-security-key-sign-in-in-hybrid-azure-active-directory-environments/#comment-235626</link>

		<dc:creator><![CDATA[DIon]]></dc:creator>
		<pubDate>Tue, 03 Sep 2024 08:12:51 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=4608#comment-235626</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/enable-passwordless-security-key-sign-in-in-hybrid-azure-active-directory-environments/#comment-191861&quot;&gt;Sunny&lt;/a&gt;.

I&#039;m having the same issue. Dod you resolved yours?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/enable-passwordless-security-key-sign-in-in-hybrid-azure-active-directory-environments/#comment-191861">Sunny</a>.</p>
<p>I&#8217;m having the same issue. Dod you resolved yours?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ingo D.		</title>
		<link>https://inthecloud247.com/enable-passwordless-security-key-sign-in-in-hybrid-azure-active-directory-environments/#comment-204440</link>

		<dc:creator><![CDATA[Ingo D.]]></dc:creator>
		<pubDate>Thu, 20 Jul 2023 03:01:37 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=4608#comment-204440</guid>

					<description><![CDATA[Great article, thank you!
One comment: If you&#039;re using MFA for the cloud credentials, the command is slightly different.
$userPrincipalName = &quot;admin@yourdomain.com&quot;
Set-AzureADKerberosServer -Domain $domain -UserPrincipalName $userPrincipalName -DomainCredential $domainCred]]></description>
			<content:encoded><![CDATA[<p>Great article, thank you!<br />
One comment: If you&#8217;re using MFA for the cloud credentials, the command is slightly different.<br />
$userPrincipalName = &#8220;admin@yourdomain.com&#8221;<br />
Set-AzureADKerberosServer -Domain $domain -UserPrincipalName $userPrincipalName -DomainCredential $domainCred</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sunny		</title>
		<link>https://inthecloud247.com/enable-passwordless-security-key-sign-in-in-hybrid-azure-active-directory-environments/#comment-191861</link>

		<dc:creator><![CDATA[Sunny]]></dc:creator>
		<pubDate>Sun, 20 Nov 2022 04:25:57 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=4608#comment-191861</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/enable-passwordless-security-key-sign-in-in-hybrid-azure-active-directory-environments/#comment-190722&quot;&gt;Saidul Islam&lt;/a&gt;.

I also have the same issue, for first time windows configuration should the laptop needs line of sight to the ad or azure ad? I get the same error Sorry, try that again. There was an issue with the server.”
Where do I check the logs of what happenned?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/enable-passwordless-security-key-sign-in-in-hybrid-azure-active-directory-environments/#comment-190722">Saidul Islam</a>.</p>
<p>I also have the same issue, for first time windows configuration should the laptop needs line of sight to the ad or azure ad? I get the same error Sorry, try that again. There was an issue with the server.”<br />
Where do I check the logs of what happenned?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Saidul Islam		</title>
		<link>https://inthecloud247.com/enable-passwordless-security-key-sign-in-in-hybrid-azure-active-directory-environments/#comment-190722</link>

		<dc:creator><![CDATA[Saidul Islam]]></dc:creator>
		<pubDate>Thu, 20 Oct 2022 12:07:57 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=4608#comment-190722</guid>

					<description><![CDATA[Hi,
I am facing the following issue after implementing this technology:
The Kerberos client could not locate a domain controller for domain OurDomainName: 0xC000005E. Kerberos authentication requires communicating with a domain controller.

The service principal name (SPN) krbtgt/NT Authority@OurDomainName is not registered, which caused Kerberos authentication to fail: 0x7. Use the setspn command-line tool to register the SPN.

Here is the log from WebAuthN:

WebAuthN Ctap GetAssertion completed.

TransactionId: {6f203a33-07a5-4d7a-ba04-ffd8075118eb}
Error: 0x8007052E. The user name or password is incorrect.

Even though the ID and Password are correct.

When connected to vpn, I can lock the PC and then can unlock the PC with Key. After couple of hours the same issue can&#039;t login with the following error  &quot;Sorry, try that again. There was an issue with the server.&quot;]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
I am facing the following issue after implementing this technology:<br />
The Kerberos client could not locate a domain controller for domain OurDomainName: 0xC000005E. Kerberos authentication requires communicating with a domain controller.</p>
<p>The service principal name (SPN) krbtgt/NT Authority@OurDomainName is not registered, which caused Kerberos authentication to fail: 0x7. Use the setspn command-line tool to register the SPN.</p>
<p>Here is the log from WebAuthN:</p>
<p>WebAuthN Ctap GetAssertion completed.</p>
<p>TransactionId: {6f203a33-07a5-4d7a-ba04-ffd8075118eb}<br />
Error: 0x8007052E. The user name or password is incorrect.</p>
<p>Even though the ID and Password are correct.</p>
<p>When connected to vpn, I can lock the PC and then can unlock the PC with Key. After couple of hours the same issue can&#8217;t login with the following error  &#8220;Sorry, try that again. There was an issue with the server.&#8221;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
