<?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>Azure Active Directory 1 | Cloud Engineer - Everton Collins</title>
	<atom:link href="https://evertoncollins.com/category/office-365/azure-active-directory/feed/" rel="self" type="application/rss+xml" />
	<link>https://evertoncollins.com</link>
	<description>Work by Everton Collins</description>
	<lastBuildDate>Wed, 15 Jun 2022 22:51:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://evertoncollins.com/wp-content/uploads/2015/06/logo1-150x150.png</url>
	<title>Azure Active Directory 1 | Cloud Engineer - Everton Collins</title>
	<link>https://evertoncollins.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Basic Identity Services and Identity Types of Azure AD</title>
		<link>https://evertoncollins.com/basic-identity-services-and-identity-types-of-azure-ad/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Wed, 15 Jun 2022 22:51:52 +0000</pubDate>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Azure Active Directory]]></category>
		<category><![CDATA[Certifications]]></category>
		<category><![CDATA[and Identity Fundamentals]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Exam SC-900: Microsoft Security]]></category>
		<category><![CDATA[Identity Types within Azure AD]]></category>
		<category><![CDATA[SC-900]]></category>
		<guid isPermaLink="false">https://evertoncollins.com/?p=1552</guid>

					<description><![CDATA[<p>Identity Types within Azure AD There are four identity types within Azure Active Directory The variations of each identity type and the benefits and use cases:  User  Service Principal Managed Identity Device User identity &#8211; a representation of an entity that is managed by Azure AD both employees and guests are represented as users.  A [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/basic-identity-services-and-identity-types-of-azure-ad/">Basic Identity Services and Identity Types of Azure AD</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1>Identity Types within Azure AD</h1>
<p>There are four identity types within Azure Active Directory</p>
<p>The variations of each identity type and the benefits and use cases: </p>
<ul type="square">
<li><strong>User </strong></li>
<li><strong>Service Principal</strong></li>
<li><strong>Managed Identity</strong></li>
<li><strong>Device</strong></li>
</ul>
<p><strong>User identity</strong> &#8211; a representation of an entity that is managed by Azure AD both employees and guests are represented as users.  A guest is external to the company, like a business partner or vendor collaborating with employees.  <em>Azure AD (B2B) business-to-business collaboration: A feature within external Identities that includes the capability to add guest users. Enables organizations to securely share applications and services with guest users from other organizations.</em></p>
<p><strong>Service Principal</strong> &#8211; An identity for an application, Enables features like authentication and authorization of the application to resources that are secured by the Azure AD tenant. An application must first be registered with Azure AD to enable identity and access integration.  Once registered, a service principal is created in each Azure AD tenant where the application is used to enable authentication and authorization in resource access. </p>
<p><strong>Managed Identity</strong> &#8211; A special type of service principal that is automatically managed in Azure AD.  This eliminates the need for admins and developers to manage credentials. Managed identities come in two varieties.</p>
<p style="padding-left: 40px;"><strong>User-assigned</strong> &#8211; which can be shared by multiple resources and has a lifecycle independent of these resources.<strong> eg:</strong> (You could assign this user-assigned ID to many virtual machines).</p>
<p style="padding-left: 40px;"><strong>System-assigned</strong> &#8211; which is tied to the lifecycle of a specific service or resource and cannot be shared. <strong>eg:</strong> (when the system or resource is retired and deleted that system-assigned identity is deleted with it).</p>
<figure id="attachment_1567" aria-describedby="caption-attachment-1567" style="width: 900px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" class="wp-image-1567 size-full" src="https://evertoncollins.com/wp-content/uploads/2022/06/summary-differences-system-assisgned-vs-user-assigned-managed-identities.png" alt="The following table summarizes the differences between system-assigned and user-assigned managed identities" width="900" height="551" srcset="https://evertoncollins.com/wp-content/uploads/2022/06/summary-differences-system-assisgned-vs-user-assigned-managed-identities.png 900w, https://evertoncollins.com/wp-content/uploads/2022/06/summary-differences-system-assisgned-vs-user-assigned-managed-identities-300x184.png 300w, https://evertoncollins.com/wp-content/uploads/2022/06/summary-differences-system-assisgned-vs-user-assigned-managed-identities-768x470.png 768w" sizes="(max-width: 900px) 100vw, 900px" /><figcaption id="caption-attachment-1567" class="wp-caption-text">The following table summarizes the differences between system-assigned and user-assigned managed identities:</figcaption></figure>
<p><em><strong>The preference when you have a choice would be to use system-assigned managed identities over user-assigned as they minimize our administrative effort.</strong></em></p>
<figure id="attachment_1560" aria-describedby="caption-attachment-1560" style="width: 1024px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-1560 size-large" src="https://evertoncollins.com/wp-content/uploads/2022/06/system-assigned-user-assigned-identity-1024x528.png" alt="Managed Identity / System Assigned vs  User-assigned-identity" width="1024" height="528" srcset="https://evertoncollins.com/wp-content/uploads/2022/06/system-assigned-user-assigned-identity-1024x528.png 1024w, https://evertoncollins.com/wp-content/uploads/2022/06/system-assigned-user-assigned-identity-300x155.png 300w, https://evertoncollins.com/wp-content/uploads/2022/06/system-assigned-user-assigned-identity-768x396.png 768w, https://evertoncollins.com/wp-content/uploads/2022/06/system-assigned-user-assigned-identity.png 1305w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption id="caption-attachment-1560" class="wp-caption-text">Managed Identity &#8211; system-assigned or user-assigned Identity</figcaption></figure>
<p>&nbsp;</p>
<p><strong>Device Identity</strong> &#8211; entities can be:</p>
<p style="padding-left: 40px;"><strong>Azure AD-registered</strong> &#8211; provides users with support for bring-your-own-device (BYOD) mobile device scenarios.</p>
<p style="padding-left: 40px;"><strong>Azure AD-joined</strong> &#8211; A device joined to Azure AD through an organizational account, which is then used to sign into the device.</p>
<p style="padding-left: 40px;"><strong>Hybrid Azure AD-joined</strong> &#8211; Domain joined to Azure AD and on-premises Active Directory.</p>
<h2><strong>Benefits of Device registration</strong></h2>
<ul type="square">
<li>Single sign-on (SSO) &#8211; registering and joining devices to Azure AD gives users single sign-on (SSO) to cloud-based resources.</li>
<li>Azure AD-joined devices also benefit from the SSO experience to resources and apps that reply on on-premises Active Directory.</li>
<li>Device Management &#8211; registration enables device management options with Intune to control how an organization&#8217;s devices are used.</li>
</ul>
<p style="padding-left: 80px;"><strong>Mobile device management (MDM)</strong> for company-owned devices</p>
<p style="padding-left: 80px;"><strong>Mobile application management (MAM)</strong> for personal devices. <strong>(BYOD)</strong></p>
<p>&nbsp;</p>
<h2>Overview of the Hybrid of the Hybrid Identity Model</h2>
<figure id="attachment_1564" aria-describedby="caption-attachment-1564" style="width: 1024px" class="wp-caption aligncenter"><img decoding="async" class="size-large wp-image-1564" src="https://evertoncollins.com/wp-content/uploads/2022/06/Hybrid-ID-Model-1024x553.png" alt="Hybrid Identity Model" width="1024" height="553" srcset="https://evertoncollins.com/wp-content/uploads/2022/06/Hybrid-ID-Model-1024x553.png 1024w, https://evertoncollins.com/wp-content/uploads/2022/06/Hybrid-ID-Model-300x162.png 300w, https://evertoncollins.com/wp-content/uploads/2022/06/Hybrid-ID-Model-768x415.png 768w, https://evertoncollins.com/wp-content/uploads/2022/06/Hybrid-ID-Model.png 1453w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption id="caption-attachment-1564" class="wp-caption-text">Hybrid Identity Model</figcaption></figure>
<p>All of these scenarios require an on-premise Active Directory (source of truth).</p>
<p><strong>Azure AD password hash-synchronization</strong> &#8211; The simplest way to enable authentication for on-premises directory objects in Azure AD.  The user is authenticated by Azure AD.</p>
<figure id="attachment_1570" aria-describedby="caption-attachment-1570" style="width: 782px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-1570 size-full" src="https://evertoncollins.com/wp-content/uploads/2022/06/password-hash-sync.png" alt="Azure AD password hash-synchronization" width="782" height="440" srcset="https://evertoncollins.com/wp-content/uploads/2022/06/password-hash-sync.png 782w, https://evertoncollins.com/wp-content/uploads/2022/06/password-hash-sync-300x169.png 300w, https://evertoncollins.com/wp-content/uploads/2022/06/password-hash-sync-768x432.png 768w" sizes="(max-width: 782px) 100vw, 782px" /><figcaption id="caption-attachment-1570" class="wp-caption-text">Azure AD password hash-synchronization</figcaption></figure>
<p><strong>Azure AD pass-through authentication</strong> (PTA) &#8211; While password-hash is synchronized to Azure AD, the user is authenticated directly against your on-premises Active Directory.  Can be used to enforce Active Directory restrictions not present in Azure AD, like &#8220;login hours&#8221;.</p>
<figure id="attachment_1569" aria-describedby="caption-attachment-1569" style="width: 784px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-1569 size-full" src="https://evertoncollins.com/wp-content/uploads/2022/06/pass-through-authentication.png" alt="Azure AD pass-through authentication (PTA)" width="784" height="446" srcset="https://evertoncollins.com/wp-content/uploads/2022/06/pass-through-authentication.png 784w, https://evertoncollins.com/wp-content/uploads/2022/06/pass-through-authentication-300x171.png 300w, https://evertoncollins.com/wp-content/uploads/2022/06/pass-through-authentication-768x437.png 768w" sizes="(max-width: 784px) 100vw, 784px" /><figcaption id="caption-attachment-1569" class="wp-caption-text">Azure AD pass-through authentication (PTA)</figcaption></figure>
<p><strong>Azure AD Federation</strong> <strong>authentication</strong> &#8211; Authentication for organizations that need advanced measures not currently supported in Azure AD, like smart cards and certificates.  Again, Azure AD passes the request to on-premises Active Directory.</p>
<figure id="attachment_1568" aria-describedby="caption-attachment-1568" style="width: 783px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-1568 size-full" src="https://evertoncollins.com/wp-content/uploads/2022/06/federated-authentication.png" alt="Azure AD Federation authentication" width="783" height="449" srcset="https://evertoncollins.com/wp-content/uploads/2022/06/federated-authentication.png 783w, https://evertoncollins.com/wp-content/uploads/2022/06/federated-authentication-300x172.png 300w, https://evertoncollins.com/wp-content/uploads/2022/06/federated-authentication-768x440.png 768w" sizes="(max-width: 783px) 100vw, 783px" /><figcaption id="caption-attachment-1568" class="wp-caption-text">Azure AD Federation authentication</figcaption></figure>
<h2> </h2>
<h2>Why are External Identities Necessary?</h2>
<ul type="square">
<li>Employees today are more commonly working with people both inside and outside of their organization.  </li>
<li><strong>External users</strong> (vendors, partners) may need access to resources inside your organization.</li>
<li><strong>Azure AD External Identities</strong> is a set of capabilities that enables organizations to allow access to external users.</li>
</ul>
<h3>Types of External Identities</h3>
<p>Enable your customer&#8217;s partners, and other guest users to &#8220;bring their own identities&#8221; to sign in.</p>
<p><strong>Two different types of Azure AD External Identities:</strong></p>
<p><strong>B2B (business-to-business)</strong> &#8211; collaboration allows you to share apps and resources with external users.</p>
<p><strong>B2C (business-to-consumer)</strong> &#8211; is an identity management solution for consumer-facing apps. </p>
<p><strong>Azure AD B2B (business-to-business) &#8211; </strong>Enables organizations to share apps and resources with guest users from organizations, partners and collaborators use their own identity management solutions, so there is no external admin overhead:</p>
<ul type="square">
<li>Uses an invitation and redemption process.</li>
<li>Can perform SSPR through their usual process. (identity is managed elsewhere).</li>
<li>Admins can also enable self-service sign-up user flows to allow external users to sign up without admin intervention.</li>
</ul>
<p><strong>Azure AD B2C (business-to-consumer) &#8211; </strong>Enables external users to use their preferred social, work, or local identities for single sign-on to an organization&#8217;s apps. External users are managed in the Azure AD B2C directory, separately from the organization&#8217;s employee and partner directory.</p>
<ul type="square">
<li>A customer identity access management (CIAM) solution.</li>
<li>Supports millions of users and billions of authentications per day.</li>
<li>Automatically handles threats like denial-of-service, password spray, or brute-force attacks.</li>
</ul>
<p>&nbsp;</p>
<ul type="square">
<li><a href="https://docs.microsoft.com/en-us/microsoft-365/enterprise/deploy-identity-solution-overview?view=o365-worldwide" target="_blank" rel="nofollow noopener">Deploy your identity infrastructure for Microsoft 365</a></li>
<li class="title is-1 has-line-height-reset"><a title="Exam SC-900: Microsoft Security, Compliance, and Identity Fundamentals" href="https://docs.microsoft.com/en-us/learn/certifications/exams/sc-900" target="_blank" rel="nofollow noopener sponsored">Exam SC-900: Microsoft Security, Compliance, and Identity Fundamentals</a></li>
</ul><p>The post <a href="https://evertoncollins.com/basic-identity-services-and-identity-types-of-azure-ad/">Basic Identity Services and Identity Types of Azure AD</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Microsoft Azure sign-in: See who has been using Microsoft Teams, etc</title>
		<link>https://evertoncollins.com/microsoft-azure-sign-see-using-microsoft-teams-etc/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Tue, 04 Apr 2017 13:00:35 +0000</pubDate>
				<category><![CDATA[Azure Active Directory]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Azure sign-in]]></category>
		<category><![CDATA[Azure Sign-in Reporting]]></category>
		<category><![CDATA[etc]]></category>
		<category><![CDATA[https://portal.azure.com]]></category>
		<category><![CDATA[Microsoft Azure: See who has been using Microsoft Teams]]></category>
		<category><![CDATA[Microsoft Teams usage]]></category>
		<category><![CDATA[Sign-in activity reports in the Azure Active Directory portal - preview]]></category>
		<guid isPermaLink="false">https://www.evertoncollins.com/?p=890</guid>

					<description><![CDATA[<p>Azure Sign-in Activity Reports Azure sign-in activity reports, show those users that have signed into Microsoft Teams, Skype for Business, Azure Portal sign-in and actively using those services.  Well there are several ways you get get a report of who has signed into Microsoft Teams, Skype for Business and Azure Portal. You can always sign [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/microsoft-azure-sign-see-using-microsoft-teams-etc/">Microsoft Azure sign-in: See who has been using Microsoft Teams, etc</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1>Azure Sign-in Activity Reports</h1>
<p>Azure sign-in activity reports, show those users that have signed into Microsoft Teams, Skype for Business, Azure Portal sign-in and actively using those services.  Well there are several ways you get get a report of who has signed into Microsoft Teams, Skype for Business and Azure Portal.</p>
<p>You can always sign into the portal https://portal.office.com/ and pull down a report of those users assigned licenses or run a <a href="https://www.evertoncollins.com/connect-to-exchange-online-using-windows-powershell/">PowerShell</a> command to get those results.</p>
<h2>Azure Portal Sign-in</h2>
<p>We can login to the Old Azure portal view <strong><a href="https://manage.windowsazure.com/" target="_blank" rel="noopener">https://manage.windowsazure.com/</a></strong>  or new<strong> <a href="https://portal.azure.com/" target="_blank" rel="noopener">https://portal.azure.com/</a></strong> portal  using our admin credentials and view Azure sign-in activity reports specifically of someone who has signed in and using Microsoft teams or get a report by user.</p>
<h3><strong>Using the old portal view:</strong></h3>
<p>1. Sign into your old Azure Portal &#8211; <a href="https://manage.windowsazure.com/" target="_blank" rel="noopener">https://manage.windowsazure.com/</a><br />
2. Go to Azure Active Directory<br />
3. View the Sign-ins and this should show a list of those that have signed into Teams/Skype for Business etc.</p>
<p>&nbsp;</p>
<p><strong>Step 1.</strong> &#8211; Signing into the portal and your Active Directory</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-895 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/manage-portal-01-1-1024x852.jpg" alt="Azure sign-in Azure Active Directory " width="1024" height="852" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-01-1-1024x852.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-01-1-300x250.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-01-1-768x639.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-01-1.jpg 1165w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p><strong>Step 2</strong>. &#8211; Once signed into your Active Directory go to the Reports tab.</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-894 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/manage-portal-02-1024x837.jpg" alt="Azure sign-in Azure Active Directory - Reports" width="1024" height="837" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-02-1024x837.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-02-300x245.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-02-768x628.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-02.jpg 1159w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p><strong>Step 3.</strong>  &#8211;  Azure Active Directory &#8211; Select Reports by Dates or by users</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-893 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/manage-portal-03-1024x828.jpg" alt="Azure sign-in Azure Active Directory - Select Reports by Dates or by users" width="1024" height="828" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-03-1024x828.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-03-300x243.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-03-768x621.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-03.jpg 1157w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<h3><strong>Using the new azure portal view:</strong></h3>
<p>Follow these steps:</p>
<p>1. Sign into your Azure Portal &#8211; <a href="https://portal.azure.com/" target="_blank" rel="noopener"> https://portal.azure.com/ </a><br />
2. Go to Azure Active Directory<br />
3. View the Sign-ins and this should show a list of those that have signed into Teams/Skype for Business etc.</p>
<p>&nbsp;</p>
<p><strong>Step 1</strong>. &#8211; Sign-in to Dashboard for <a href="https://portal.azure.com/" target="_blank" rel="noopener">https://portal.azure.com/</a>  and go to your Active Directory.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-899 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/portal-azure-02-1024x563.jpg" alt="Azure sign-in - Dashboard in portal.azure.com view" width="1024" height="563" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-02-1024x563.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-02-300x165.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-02-768x422.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-02.jpg 1540w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p><strong>Step 2. &#8211;</strong> Left hand side go to your active directory, and then sign-ins.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-900 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/portal-azure-04-1024x585.jpg" alt="Azure sign-in -Sign-in portal.azure.com view" width="1024" height="585" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-04-1024x585.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-04-300x171.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-04-768x439.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-04.jpg 1535w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p>Step 3. &#8211; After selecting your Active Directory, go to sign-ins where you will be presented to a report view where you can select from any of the following:</p>
<p><strong>Time interval, User, Application, Client, sign-in status.</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-904 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/portal-azure-05-1024x505.jpg" alt="Azure sign-in - Reports in portal.azure.com view" width="1024" height="505" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-05-1024x505.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-05-300x148.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-05-768x378.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-05.jpg 1723w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p class="lf-text-block lf-block" data-lf-anchor-id="8f44ac6cffbb66f8510d686345424b55:0">The reporting architecture in Azure Active Directory consists of the following components:<span class="lf-thread-btn"><a class="fycon-action-view" tabindex="0" data-lf-anchor-id="8f44ac6cffbb66f8510d686345424b55:0">+</a></span></p>
<ul class="lf-text-block lf-block" data-lf-anchor-id="8f946daa43bb2cef34cbd06e46ff4e69:0">
<li><strong>Activity</strong>
<ul>
<li><strong>Sign-in activities</strong> – Information about the usage of managed applications and user sign-in activities</li>
<li><strong>Audit logs</strong> &#8211; System activity information about users and group management, your managed applications and directory activities.</li>
</ul>
</li>
<li><strong>Security</strong>
<ul>
<li><strong>Risky sign-ins</strong> &#8211; A <a href="https://www.evertoncollins.com/azure-information-protection-enterprise-mobility-security/">risky sign-in</a> is an indicator for a sign-in attempt that might have been performed by someone who is not the legitimate owner of a user account. For more details, see Risky sign-ins.</li>
<li><strong>Users flagged for risk</strong> &#8211; A risky user is an indicator for a user account that might have been compromised. For more details, see Users flagged for risk.</li>
</ul>
</li>
</ul>
<p>Refer to Microsoft <a href="https://docs.microsoft.com/en-us/azure/active-directory/active-directory-reporting-activity-sign-ins" target="_blank" rel="noopener">Sign-in activity reports in the Azure Active Directory portal &#8211; preview</a></p><p>The post <a href="https://evertoncollins.com/microsoft-azure-sign-see-using-microsoft-teams-etc/">Microsoft Azure sign-in: See who has been using Microsoft Teams, etc</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
