|
535 | 535 | "cat": "Entra (AAD) Standards",
|
536 | 536 | "tag": [
|
537 | 537 | "CIS M365 5.0 (2.3.1)",
|
538 |
| - "CIS M365 5.0 (5.2.3.2)", |
539 | 538 | "EIDSCA.AM03",
|
540 | 539 | "EIDSCA.AM04",
|
541 | 540 | "EIDSCA.AM06",
|
|
723 | 722 | "powershellEquivalent": "Update-MgDomain",
|
724 | 723 | "recommendedBy": ["CIS", "CIPP"]
|
725 | 724 | },
|
| 725 | + { |
| 726 | + "name": "standards.CustomBannedPasswordList", |
| 727 | + "cat": "Entra (AAD) Standards", |
| 728 | + "tag": ["CIS M365 5.0 (5.2.3.2)"], |
| 729 | + "helpText": "**Requires Entra ID P1.** Updates and enables the Entra ID custom banned password list with the supplied words. Enter words separated by commas or semicolons. Each word must be 4-16 characters long. Maximum 1,000 words allowed.", |
| 730 | + "docsDescription": "Updates and enables the Entra ID custom banned password list with the supplied words. This supplements the global banned password list maintained by Microsoft. The custom list is limited to 1,000 key base terms of 4-16 characters each. Entra ID will [block variations and common substitutions](https://learn.microsoft.com/en-us/entra/identity/authentication/tutorial-configure-custom-password-protection#configure-custom-banned-passwords) of these words in user passwords. [How are passwords evaluated?](https://learn.microsoft.com/en-us/entra/identity/authentication/concept-password-ban-bad#score-calculation)", |
| 731 | + "addedComponent": [ |
| 732 | + { |
| 733 | + "type": "textField", |
| 734 | + "name": "standards.CustomBannedPasswordList.BannedWords", |
| 735 | + "label": "Banned Words", |
| 736 | + "placeholder": "Banned words separated by commas or semicolons", |
| 737 | + "required": true |
| 738 | + } |
| 739 | + ], |
| 740 | + "label": "Set Entra ID Custom Banned Password List", |
| 741 | + "impact": "Medium Impact", |
| 742 | + "impactColour": "warning", |
| 743 | + "addedDate": "2025-06-28", |
| 744 | + "powershellEquivalent": "Get-MgBetaDirectorySetting, New-MgBetaDirectorySetting, Update-MgBetaDirectorySetting", |
| 745 | + "recommendedBy": ["CIS"] |
| 746 | + }, |
726 | 747 | {
|
727 | 748 | "name": "standards.ExternalMFATrusted",
|
728 | 749 | "cat": "Entra (AAD) Standards",
|
|
0 commit comments