Microsoft Entra ID
  • 06 May 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Microsoft Entra ID

  • Dark
    Light

Article Summary

Microsoft Entra ID, formerly Azure Active Directory, is an identity and access management solution from Microsoft that helps organizations secure and manage identities for hybrid and multicloud environments.

Entra ID events are recognized as the azure_ad platform.

Adapter Deployment

Microsoft Entra ID logs are ingested into LimaCharlie via an Azure Event Hub or Webhooks.

Azure Event Hub

Within the LimaCharlie web app, there is a helper that can be used to easily configure receiving Entra ID events via an Azure Event Hub.

image.png

If utilizing the helper, only two fields are needed:

  • Name for the adapter
  • Connection string to the Azure Event Hub

You can find more information about Azure Event Hub Adapters here.

Documentation for creating an event hub can be found here here.

Webhooks

Within the LimaCharlie web app, there is a helper that can be used to easily configure receiving Entra ID events.

image.png

If utilizing the helper, only two fields are needed:

  • Name for the adapter
  • Secret component of the URL for the webhook

More information about creating a webhook and obtaining the completed URL, utilizing the secret component, can be found here.


Was this article helpful?

What's Next