For the complete documentation index, see llms.txt. This page is also available as Markdown.

4.3 Identity Management Testing

Identity Management Testing

4.3.1 Test Role Definitions

Evidence:

​

4.3.2 Test User Registration Process

Verify that the identity requirements for user registration are aligned with business and security requirements.

Validate the registration process.

Evidence:

4.3.3 Test Account Provisioning Process

Determine which roles are able to provision users and what sort of accounts they can provision.

Evidence:

4.3.4 Testing for Account Enumeration and Guessable User Account

Review processes that pertain to user identification looking for ways to enumerate accounts.

To obtain a wordlist of existing and not existing emails, you can execute the following command

Evidence:

4.3.5 Testing for Weak or Unenforced Username Policy

Check if there is any kind of account name structure like β€œJohn.deer@email.com” or β€œjdeer@email.com” that could lead to user name enumeration.

Evidence:

Last updated