<?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>enable location rich context For MFA push notifications Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/tag/enable-location-rich-context-for-mfa-push-notifications/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/tag/enable-location-rich-context-for-mfa-push-notifications/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Sun, 23 Jan 2022 07:07:44 +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>Enable Location Rich Context For MFA Push Notifications</title>
		<link>https://thesysadminchannel.com/enable-location-rich-context-for-mfa-push-notifications/</link>
					<comments>https://thesysadminchannel.com/enable-location-rich-context-for-mfa-push-notifications/#respond</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Sun, 23 Jan 2022 07:07:44 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[enable location rich context For MFA push notifications]]></category>
		<category><![CDATA[location rich context for MFA]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=3786</guid>

					<description><![CDATA[<p>Wow! I must say this is a preview that I&#8217;ve been waiting to go public for quite some time. Microsoft recently released a feature to show the application as well as the IP address location in your MFA push notifications.&#8230; <a href="https://thesysadminchannel.com/enable-location-rich-context-for-mfa-push-notifications/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/enable-location-rich-context-for-mfa-push-notifications/">Enable Location Rich Context For MFA Push Notifications</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Wow! I must say this is a preview that I&#8217;ve been waiting to go public for quite some time.  Microsoft recently released a feature to show the application as well as the IP address location in your MFA push notifications. This feature is more appropriately referred to as MFA additional context and it&#8217;s definitely a step in right direction for security and IT Professionals.  This article will explain how to enable location rich context for MFA push notifications.</p>
<div id="tableofcontents">
<h2>Table Of Contents</h2>
<ul>
<li><a href="#WhatIsMFARichContext">What is Additional Context</a></li>
<li><a href="#Requirements">What are the requirements to enable this feature</a></li>
<li><a href="#HowToEnable">How To Enable Location Rich Context For MFA Push Notifications</a></li>
<li><a href="#Conclusion">Conclusion</a></li>
</ul>
</div>
<div id="WhatIsMFARichContext" style="scroll-margin-top: 15px;"></div>
<h2>What is Additional Context</h2>
<p>As mentioned, additional context allows the user to see what application triggered the MFA challenge and arguably more importantly, the location of the device that triggered it.  So essentially, it will tell you what and where the MFA was triggered.<br />
&nbsp;</p>
<p>A lot of administrators have been requesting a feature like this to provide better security for their organization.  Now, when users get MFA push notifications they can confirm that the location is not somewhere half way across the world.</p>
<div id="Requirements" style="scroll-margin-top: 15px;"></div>
<h2>What Are The Requirements To Enable This Feature</h2>
<p>Before we get into the steps to enable this feature, let&#8217;s take a brief moment to discuss the requirements. </p>
<p>For starters:</p>
<ul>
<li>A Global Administrator -or Authentication Policy Administrator are required to set the policies</li>
<li>MFA push notifications must be enabled and set as the default</li>
<ul>
<li>Note: If the default authentication method is TOTP additional context won&#8217;t work</li>
</ul>
</ul>
<div id="HowToEnable" style="scroll-margin-top: 15px;"></div>
<h2>How To Enable Location Rich Context For MFA Push Notifications</h2>
<p>In order to move forward with MFA location rich context, let&#8217;s take you step by step to enable this policy for all or a subset of users in your organization.  This can be enabled via Graph Explorer, but we&#8217;ll cover the method for setting this up in the Azure Portal graphical user interface.</p>
<p>In the Azure Portal:</p>
<ul>
<li>Navigate to <strong>Azure AD</strong> -> <strong>Security</strong> -> <strong>Authentication Methods</strong></li>
<li>Select Microsoft Authenticator</li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2022/01/Enable-Microsoft-Authenticator-Policy.png" target="_blank" rel="noopener"><img fetchpriority="high" decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2022/01/Enable-Microsoft-Authenticator-Policy.png" alt="Enable Microsoft Authenticator Policy" width="945" height="438" class="aligncenter size-full wp-image-3789" srcset="https://thesysadminchannel.com/wp-content/uploads/2022/01/Enable-Microsoft-Authenticator-Policy.png?v=1642905134 945w, https://thesysadminchannel.com/wp-content/uploads/2022/01/Enable-Microsoft-Authenticator-Policy-768x356.png?v=1642905134 768w" sizes="(max-width: 945px) 100vw, 945px" /></a><br />
&nbsp;</p>
<ul>
<li>Under Enable: Click Yes to <strong>enable the policy</strong></li>
<li>Under Target: Select your choice of <strong>All users</strong> -or <strong>Select users</strong></li>
<li>Next to Registration, click the <strong>3 ellipsis</strong> -> <strong>Configure</strong></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="alignleft 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>Authentication Method: set to Any</li>
<li>Require Number Matching: I recommend setting to enable</li>
<li>Show additional context in notifications: set to Enabled</li>
<li>Click Done</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></p>
<div id="attachment_3800" style="width: 813px" class="wp-caption aligncenter"><a href="https://thesysadminchannel.com/wp-content/uploads/2022/01/Enable-Location-Rich-Context-For-MFA-Push-Notifications.png" target="_blank" rel="noopener"><img decoding="async" aria-describedby="caption-attachment-3800" src="https://thesysadminchannel.com/wp-content/uploads/2022/01/Enable-Location-Rich-Context-For-MFA-Push-Notifications.png" alt="Enable Location Rich Context For MFA Push Notifications" width="803" height="550" class="size-full wp-image-3800" srcset="https://thesysadminchannel.com/wp-content/uploads/2022/01/Enable-Location-Rich-Context-For-MFA-Push-Notifications.png?v=1642908354 803w, https://thesysadminchannel.com/wp-content/uploads/2022/01/Enable-Location-Rich-Context-For-MFA-Push-Notifications-768x526.png?v=1642908354 768w" sizes="(max-width: 803px) 100vw, 803px" /></a><p id="caption-attachment-3800" class="wp-caption-text">This is using additional context and number matching for added security.</p></div>
<div id="Conclusion" style="scroll-margin-top: 15px;"></div>
<h2>Conclusion</h2>
<p>So there you have it.  We&#8217;ve gone over the steps to enable location rich context for MFA push notifications in your organization and hopefully it&#8217;s something you&#8217;ll be able to implement fairly soon.  It&#8217;s great step for security and personally I think it&#8217;s great for users as well.<br />
&nbsp;</p>
<p>If you enjoyed this and want to see more like it, be sure to check out our <a href="https://thesysadminchannel.com/azure/" rel="noopener" target="_blank">Azure posts</a> for more useful content.</p>
<p>The post <a href="https://thesysadminchannel.com/enable-location-rich-context-for-mfa-push-notifications/">Enable Location Rich Context For MFA Push Notifications</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/enable-location-rich-context-for-mfa-push-notifications/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3786</post-id>	</item>
	</channel>
</rss>
