<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows-Hello-for-Business on Nicola Suter</title><link>https://tech.nicolonsky.ch/tags/windows-hello-for-business/</link><description>Recent content in Windows-Hello-for-Business on Nicola Suter</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>© 2026 Nicola Suter</copyright><lastBuildDate>Fri, 11 Oct 2019 16:12:14 +0000</lastBuildDate><atom:link href="https://tech.nicolonsky.ch/tags/windows-hello-for-business/rss.xml" rel="self" type="application/rss+xml"/><item><title>Unable to reset Windows Hello for Business PIN</title><link>https://tech.nicolonsky.ch/unable-to-reset-windows-hello-for-business-pin/</link><pubDate>Fri, 11 Oct 2019 16:12:14 +0000</pubDate><guid>https://tech.nicolonsky.ch/unable-to-reset-windows-hello-for-business-pin/</guid><description>&lt;p&gt;Recently I have been troubleshooting a nasty Windows Hello for Business problem which prevented all users in a tenant from resetting their Windows Hello for Business PIN&amp;rsquo;s on Azure AD joined devices while getting the error &lt;em&gt;CAA20004&lt;/em&gt;.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Issue
 &lt;div id="issue" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#issue" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;When clicking on &amp;ldquo;I forgot my PIN&amp;rdquo;:&lt;/p&gt;
&lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt="WHFB PIN RESET"
 src="https://tech.nicolonsky.ch/content/images/2019/10/Windows-Hello-forBusiness-ForgotPin.png"
 &gt;&lt;/figure&gt;
&lt;p&gt;After completing the account sign-in and MFA challenge the Error CAA20004 came up:&lt;/p&gt;
&lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt="Windows Hello for Business Error CAA20004"
 src="https://tech.nicolonsky.ch/content/images/2019/10/Windows-Hello-forBusiness-PIN-Reset-Error.png"
 &gt;&lt;/figure&gt;

&lt;h2 class="relative group"&gt;Troubleshooting
 &lt;div id="troubleshooting" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#troubleshooting" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;The Azure AD Portal shows us &amp;ldquo;Failure reason: other&amp;rdquo;.&lt;/p&gt;
&lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="https://tech.nicolonsky.ch/content/images/2019/10/Error-AAD.png"
 &gt;&lt;/figure&gt;
&lt;p&gt;While recording all the https traffic to Microsofts oauth2 endpoint with Fiddler this finally unveils usable information:&lt;/p&gt;
&lt;figure&gt;&lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="https://tech.nicolonsky.ch/content/images/2019/10/Fiddler.png"
 &gt;&lt;/figure&gt;
&lt;blockquote&gt;&lt;p&gt;AADSTS65001: The user or administrator has not consented to use the application with ID &amp;rsquo; &lt;strong&gt;9115dd05-fad5-4f9c-acc7-305d08b1b04e&lt;/strong&gt;&amp;rsquo; named &amp;rsquo; &lt;strong&gt;Microsoft Pin Reset Client Production&lt;/strong&gt;&amp;rsquo;. Send an interactive authorization request for this user and resource.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;The error indicates that an application registration is missing in the tenant for the application &amp;ldquo;Microsoft Pin Reset Client Production&amp;rdquo;&lt;/p&gt;

&lt;h2 class="relative group"&gt;Solution
 &lt;div id="solution" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#solution" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;After a short search I found a matching &lt;a href="https://docs.microsoft.com/en-us/intune/remote-actions/device-windows-pin-reset" target="_blank" rel="noreferrer"&gt;Microsoft docs article&lt;/a&gt;. Instead of reading through the whole article the only thing I needed to do was consenthing to the: &lt;a href="https://login.windows.net/common/oauth2/authorize?response_type=code&amp;amp;client_id=b8456c59-1230-44c7-a4a2-99b085333e84&amp;amp;resource=https%3A%2F%2Fgraph.windows.net&amp;amp;redirect_uri=https%3A%2F%2Fcred.microsoft.com&amp;amp;state=e9191523-6c2f-4f1d-a4f9-c36f26f89df0&amp;amp;prompt=admin_consent" target="_blank" rel="noreferrer"&gt;Microsoft PIN Reset Service production&lt;/a&gt; application and also for the &lt;a href="https://login.windows.net/common/oauth2/authorize?response_type=code&amp;amp;client_id=9115dd05-fad5-4f9c-acc7-305d08b1b04e&amp;amp;resource=https%3A%2F%2Fcred.microsoft.com%2F&amp;amp;redirect_uri=ms-appx-web%3A%2F%2FMicrosoft.AAD.BrokerPlugin%2F9115dd05-fad5-4f9c-acc7-305d08b1b04e&amp;amp;state=6765f8c5-f4a7-4029-b667-46a6776ad611&amp;amp;prompt=admin_consent" target="_blank" rel="noreferrer"&gt;Microsoft PIN Reset Client production&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Mastering Windows Hello for Business with your hybrid Identity</title><link>https://tech.nicolonsky.ch/mastering-windows-hello-for-business-with-your-hybrid-identity/</link><pubDate>Sun, 09 Jun 2019 18:07:32 +0000</pubDate><guid>https://tech.nicolonsky.ch/mastering-windows-hello-for-business-with-your-hybrid-identity/</guid><description>&lt;p&gt;I had the honor to deploy Windows Hello for Business several times for customers transitioning to a modern workplace using Azure AD and Microsoft Intune to manage their Windows 10 devices - combined with hybrid user identities. Now I want to share the most common hurdles and my experiences with you.&lt;/p&gt;
&lt;p&gt;Just to make sure that you have the modern mindset - here&amp;rsquo;s a little quote to reconsider your hybrid strategy (if not already done):&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;You don&amp;rsquo;t need a Hybrid Azure AD join for your Windows 10 devices. Be brave and don&amp;rsquo;t be afraid and switch to an Azure AD join. It will  simplify your device management and significantly reduce the complexity.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 class="relative group"&gt;Why additional configuration is required
 &lt;div id="why-additional-configuration-is-required" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#why-additional-configuration-is-required" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;To access on premise resources  who rely on Active Directory (file shares, applications) kerberos is used as authentication protocol. If you have Azure AD connect in place and a user sign&amp;rsquo;s in with his hybrid Identity using a password to a Windows 10 device which is Azure AD joined he automatically receives the required kerberos tickets if he wants to access resources.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;But&lt;/strong&gt; if the sign-in happens with Windows Hello for Business credentials (pin, biometrics) the authentication flow get&amp;rsquo;s interrupted because whether the domain controller (if it&amp;rsquo;s not a Windows Server 2016 DC) or the client can verify the integrity of each other.&lt;/p&gt;</description></item></channel></rss>