Skip to main content
Version: 2.1.0

CISA.MS.AAD.8.2 - Only users with the Guest Inviter role SHOULD be able to invite guest users.

Overview

Only users with the Guest Inviter role SHOULD be able to invite guest users.

Rationale: By only allowing an authorized group of individuals to invite external users to create accounts in the tenant, an agency can enforce a guest user account approval process, reducing the risk of unauthorized account creation.

Remediation action:

  1. In Entra ID and External Identities, select External collaboration settings.

  2. Under Guest invite settings, select Only users assigned to specific admin roles can invite guest users or No one in the organization can invite guest users including admins (most restrictive).

  3. Click Save.

Test Metadata

FieldValue
Test IDCISA.MS.AAD.8.2
SeverityHigh
SuiteCISA
CategoryEntra ID Free
PowerShell testTest-MtCisaGuestInvitation
TagsCISA, CISA.MS.AAD.8.2, Entra ID Free, MS.AAD, MS.AAD.8.2

Source

  • Pester test: tests/cisa/entra/Test-MtCisaGuestInvitation.Tests.ps1
  • PowerShell source: powershell/public/cisa/entra/Test-MtCisaGuestInvitation.ps1