<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Passwordless Authentication Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/tag/passwordless-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/tag/passwordless-authentication/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Mon, 25 Apr 2022 03:17:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
<site xmlns="com-wordpress:feed-additions:1">144174110</site>	<item>
		<title>How To Enable Passwordless Authentication Azure AD</title>
		<link>https://thesysadminchannel.com/how-to-enable-passwordless-authentication-azure-ad/</link>
					<comments>https://thesysadminchannel.com/how-to-enable-passwordless-authentication-azure-ad/#respond</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Wed, 23 Feb 2022 06:22:19 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[azure ad passwordless authentication]]></category>
		<category><![CDATA[Enable Passwordless Authentication Azure AD]]></category>
		<category><![CDATA[Passwordless Authentication]]></category>
		<category><![CDATA[passwordless authentication microsoft]]></category>
		<category><![CDATA[passwordless authentication solutions]]></category>
		<category><![CDATA[passwordless sign in]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=3017</guid>

					<description><![CDATA[<p>One of the best recommendations I can suggest to significantly reduce the attack surface for your accounts is to enable multi-factor authentication. To vastly improve the user experience, I would absolutely make the effort to enable Passwordless authentication for Azure&#8230; <a href="https://thesysadminchannel.com/how-to-enable-passwordless-authentication-azure-ad/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/how-to-enable-passwordless-authentication-azure-ad/">How To Enable Passwordless Authentication Azure AD</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>One of the best recommendations I can suggest to significantly reduce the attack surface for your accounts is to <a href="https://thesysadminchannel.com/deploy-mfa-using-azure-ad-conditional-access/">enable multi-factor authentication</a>.  To vastly improve the user experience, I would absolutely make the effort to <strong>enable Passwordless authentication for Azure AD</strong>.<br />
&nbsp;</p>
<p>Today we&#8217;re going to cover exactly how to enable Passwordless authentication so you can answer the age old question of how to login to Microsoft Authenticator app.  To give you a bit of context, when you enable Passwordless, you&#8217;re actually using your phone&#8217;s authenticator app in lieu of your password along with the biometric (or PIN) that&#8217;s set on your device.  This allows you to verify your identity by approving the MFA challenge without ever having to enter in your password. </p>
<div id="tableofcontents">
<h2>Table Of Contents</h2>
<ul>
<li><a href="#requirements">Requirements and prerequisites</a></li>
<li><a href="#registration">Microsoft Authenticator User Registration and Management</a></li>
<li><a href="#enablepasswordless">How To Enable Passwordless Authentication Azure AD</a></li>
<ul>
<li><a href="#adminsettings">Configure Administrative Settings for Passwordless Authentication</a></li>
<li><a href="#userexperience">Client Setup and User Experience</a></li>
</ul>
<li><a href="#conclusion">Conclusion</a></li>
</ul>
</div>
<div id="requirements" style="scroll-margin-top: 15px;"></div>
<h2>Requirements</h2>
<p>In order to get passwordless authentication setup and configured in your environment, there are a couple of items that need to be setup beforehand.  Don&#8217;t worry, we&#8217;ll walk through the entire process to ensure you&#8217;re at least beta testing this feature.  Here&#8217;s an overview.</p>
<ul>
<li>The user must have Microsoft Authenticator installed on their device</li>
<li>Microsoft Authenticator must be the default MFA method</li>
<ul>
<li>If a user has TOTP as their default method, passwordless authentication will not work</li>
</ul>
<li>A device can only be registered to 1 account</li>
<ul>
<li>To Confirm Device Registration: <strong>Open Authenticator</strong> → <strong>Settings</strong> → <strong>Device Registration</strong></li>
</ul>
<li>The user will need to be scoped to the authentication method policy</li>
<li>The app must be a cloud app. Applications hosted in ADFS may not work since it&#8217;s a different IdP</li>
</ul>
<div id="registration" style="scroll-margin-top: 15px;"></div>
<h2>Microsoft Authenticator Registration and Management</h2>
<p>As mentioned, one of the requirements above is to ensure that the user has MFA push notifications enabled on their account.<br />
&nbsp;</p>
<p>If you don&#8217;t have admin access to check these settings, they can check themselves by doing the following:</p>
<ul>
<li>Navigate to <a href="https://aka.ms/mysecurityinfo" rel="noopener" target="_blank">https://aka.ms/mysecurityinfo</a></li>
<li>In the Security info blade&#8230;</li>
<ul>
<li>Ensure the default sign-in method is set to <strong>Microsoft Authenticator &#8211; notification</strong></li>
<li>If it&#8217;s set to TOTP, you might need to click <strong>Add method</strong> and register a push notification method</li>
</ul>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2021/09/Enable-Passwordless-Authentication-Azure-AD-My-security-info.png" target="_blank" rel="noopener"><img fetchpriority="high" decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2021/09/Enable-Passwordless-Authentication-Azure-AD-My-security-info.png" alt="Enable Passwordless Authentication Azure AD - My security info" width="1406" height="576" class="aligncenter size-full wp-image-3870" srcset="https://thesysadminchannel.com/wp-content/uploads/2021/09/Enable-Passwordless-Authentication-Azure-AD-My-security-info.png?v=1645840609 1406w, https://thesysadminchannel.com/wp-content/uploads/2021/09/Enable-Passwordless-Authentication-Azure-AD-My-security-info-1024x420.png?v=1645840609 1024w, https://thesysadminchannel.com/wp-content/uploads/2021/09/Enable-Passwordless-Authentication-Azure-AD-My-security-info-768x315.png?v=1645840609 768w" sizes="(max-width: 1406px) 100vw, 1406px" /></a><br />
&nbsp;</p>
<p>If you are an admin and you&#8217;re rolling this out to a larger set of people, it would be a good idea to get ahead of the curve and find out the user&#8217;s default strong authentication method. Luckily, we have the ability to check this using the MSOnline Powershell module.<br />
&nbsp;</p>
<p>As of today, we&#8217;re able to <a href="https://thesysadminchannel.com/get-mfa-methods-using-msgraph-api-and-powershell-sdk/" rel="noopener" target="_blank">get Azure AD authentication methods using Microsoft Graph API</a>, however Graph API does not have the capability to view the default method so we&#8217;ll need to rely on the MSOL module.</p>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2021/09/Enable-Passwordless-Authentication-Azure-AD-Default-Strong-Auth-Method.png" target="_blank" rel="noopener"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2021/09/Enable-Passwordless-Authentication-Azure-AD-Default-Strong-Auth-Method.png" alt="Enable Passwordless Authentication Azure AD - Default Strong Auth Method" width="1108" height="329" class="aligncenter size-full wp-image-3872" srcset="https://thesysadminchannel.com/wp-content/uploads/2021/09/Enable-Passwordless-Authentication-Azure-AD-Default-Strong-Auth-Method.png?v=1645841688 1108w, https://thesysadminchannel.com/wp-content/uploads/2021/09/Enable-Passwordless-Authentication-Azure-AD-Default-Strong-Auth-Method-1024x304.png?v=1645841688 1024w, https://thesysadminchannel.com/wp-content/uploads/2021/09/Enable-Passwordless-Authentication-Azure-AD-Default-Strong-Auth-Method-768x228.png?v=1645841688 768w" sizes="(max-width: 1108px) 100vw, 1108px" /></a></p>
<div id="enablepasswordless" style="scroll-margin-top: 15px;"></div>
<h2>How To Enable Passwordless Authentication Azure AD</h2>
<p>Now that we&#8217;ve met the requirements and confirmed that MFA push notifications is the user&#8217;s default method, we&#8217;re now read to move forward with setting up passwordless for your org.<br />
&nbsp;</p>
<div id="adminsettings" style="scroll-margin-top: 15px;"></div>
<h2>Configure Administrative Settings for Passwordless Authentication</h2>
<p>Let&#8217;s follow the steps below:</p>
<ul>
<li>Navigate to the <strong>Azure Active Directory</strong> -> <strong>Security</strong> -> <strong>Authentication Methods</strong> -> <strong>Microsoft Authenticator</strong></li>
<li>Set the policy to <strong>Enable</strong></li>
<li>Set the target to All Users or specify a pilot user/group</li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2022/01/Microsoft-Authenticator-Settings.png" target="_blank" rel="noopener"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2022/01/Microsoft-Authenticator-Settings.png" alt="Microsoft Authenticator Settings" width="1065" height="630" class="aligncenter size-full wp-image-3790" srcset="https://thesysadminchannel.com/wp-content/uploads/2022/01/Microsoft-Authenticator-Settings.png?v=1642905951 1065w, https://thesysadminchannel.com/wp-content/uploads/2022/01/Microsoft-Authenticator-Settings-1024x606.png?v=1642905951 1024w, https://thesysadminchannel.com/wp-content/uploads/2022/01/Microsoft-Authenticator-Settings-125x75.png?v=1642905951 125w, https://thesysadminchannel.com/wp-content/uploads/2022/01/Microsoft-Authenticator-Settings-768x454.png?v=1642905951 768w" sizes="(max-width: 1065px) 100vw, 1065px" /></a><br />
&nbsp;</p>
<ul>
<li>As a bonus, <a href="https://thesysadminchannel.com/enable-location-rich-context-for-mfa-push-notifications/" rel="noopener" target="_blank">enable location rich context For MFA Push Notifications</a> and number matching for icing on the cake</li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2022/01/Configure-Authentication-Policies1.png" target="_blank" rel="noopener"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2022/01/Configure-Authentication-Policies1.png" alt="Configure Authentication Policies" width="1083" height="702" class="aligncenter size-full wp-image-3798" srcset="https://thesysadminchannel.com/wp-content/uploads/2022/01/Configure-Authentication-Policies1.png?v=1642906984 1083w, https://thesysadminchannel.com/wp-content/uploads/2022/01/Configure-Authentication-Policies1-1024x664.png?v=1642906984 1024w, https://thesysadminchannel.com/wp-content/uploads/2022/01/Configure-Authentication-Policies1-768x498.png?v=1642906984 768w" sizes="(max-width: 1083px) 100vw, 1083px" /></a><br />
&nbsp;</p>
<div id="userexperience" style="scroll-margin-top: 15px;"></div>
<h2>Client Setup and User Experience</h2>
<p>Assuming the user is in scope of the policy, let&#8217;s review the setup that&#8217;s needed as the end-user.  It is relatively straight forward and setup is only needed once per device.</p>
<ul>
<li>On the user&#8217;s mobile device, click the entry for the account</li>
<li>Click <strong>Enable phone sign-in</strong></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2021/09/Enable-Phone-Sign-in-Azure-AD.png" target="_blank" rel="noopener"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2021/09/Enable-Phone-Sign-in-Azure-AD.png" alt="Enable Phone Sign-in Azure AD" width="750" height="619" class="aligncenter size-full wp-image-3876" /></a><br />
&nbsp;</p>
<ul>
<li>Select continue on the next screen and you&#8217;ll be prompted to authenticate to approve MFA</li>
<li>If successful, click back into your account and you should see <strong>Passwordless enabled</strong></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2021/09/Passwordless-is-enabled-on-mobile-device.jpg" target="_blank" rel="noopener"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2021/09/Passwordless-is-enabled-on-mobile-device.jpg" alt="Passwordless is enabled on mobile device" width="750" height="608" class="aligncenter size-full wp-image-3877" /></a><br />
&nbsp;</p>
<p>Now that we&#8217;ve enabled passwordless on the client device, let&#8217;s activate it.</p>
<ul>
<li>Open an incognito browser and enter in your user name</li>
<li>On the prompt to enter your password, select Use an app instead (or other ways to sign-in if Fido2 is enabled)</li>
<li>Enter the corresponding number</li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2021/09/Use-an-app-instead-passwordless-prompt.png" target="_blank" rel="noopener"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2021/09/Use-an-app-instead-passwordless-prompt.png" alt="Use an app instead passwordless prompt" width="1331" height="645" class="aligncenter size-full wp-image-3878" srcset="https://thesysadminchannel.com/wp-content/uploads/2021/09/Use-an-app-instead-passwordless-prompt.png 1331w, https://thesysadminchannel.com/wp-content/uploads/2021/09/Use-an-app-instead-passwordless-prompt-1024x496.png 1024w, https://thesysadminchannel.com/wp-content/uploads/2021/09/Use-an-app-instead-passwordless-prompt-768x372.png 768w" sizes="(max-width: 1331px) 100vw, 1331px" /></a></p>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2021/09/Passwordless-number-matching-prompt.png" target="_blank" rel="noopener"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2021/09/Passwordless-number-matching-prompt.png" alt="Passwordless number matching prompt" width="1056" height="440" class="aligncenter size-full wp-image-3879" srcset="https://thesysadminchannel.com/wp-content/uploads/2021/09/Passwordless-number-matching-prompt.png 1056w, https://thesysadminchannel.com/wp-content/uploads/2021/09/Passwordless-number-matching-prompt-1024x427.png 1024w, https://thesysadminchannel.com/wp-content/uploads/2021/09/Passwordless-number-matching-prompt-768x320.png 768w" sizes="(max-width: 1056px) 100vw, 1056px" /></a></p>
<div id="conclusion" style="scroll-margin-top: 15px;"></div>
<h2>Conclusion</h2>
<p>That&#8217;s it! Passwordless is now enabled on your account.  Going forward, anytime you try to authenticate to a cloud resource you will be able to use passwordless authentication.  One caveat to this is, if the application is hosted in your onprem ADFS, your mileage may vary.<br />
&nbsp;</p>
<p>All in all, I think this one of the great features that you should have rolled out to your organization.  It is user friendly, adds security with MFA and is good practice to implement.</p>
<p>The post <a href="https://thesysadminchannel.com/how-to-enable-passwordless-authentication-azure-ad/">How To Enable Passwordless Authentication Azure AD</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/how-to-enable-passwordless-authentication-azure-ad/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3017</post-id>	</item>
	</channel>
</rss>
