MT.1057 - Ensure Microsoft 365 Group (and Team) expiration is configured to notify users.
Overviewโ
This test checks if you have any app registrations that have secrets configured. Using secrets is discouraged! There are better ways available to authenticate your applications.
Remediation actionโ
Open all app registrations below and remove the secrets.
Test Metadataโ
| Field | Value |
|---|---|
| Test ID | MT.1057 |
| Severity | Medium |
| Suite | Maester |
| Category | App |
| PowerShell test | Test-MtAppRegistrationsWithSecrets |
| Tags | App, Entra, Graph, LongRunning, Maester, MT.1057 |
Sourceโ
- Pester test:
tests/Maester/Entra/Test-AppRegistrations.Tests.ps1 - PowerShell source:
powershell/public/maester/entra/Test-MtAppRegistrationsWithSecrets.ps1


