For customers not using SSO, does the system have password complexity or length limitations and/or restrictions?
Explanation
Guidance
Answer "yes" if your solution has internal limits to password complexity (max langth, certain special characters unsupported, etc.).
Example Responses
Example Response 1
Yes Our system has the following password limitations: passwords must be between 8-64 characters, must contain at least one uppercase letter, one lowercase letter, one number, and one special character We support most special characters except for < > & ' " due to security considerations around potential injection attacks We do not allow spaces in passwords These restrictions are in place to ensure a baseline of security while preventing certain security vulnerabilities.
Example Response 2
Yes Our application enforces a minimum password length of 12 characters and a maximum of 128 characters We require passwords to contain characters from at least 3 of these 4 categories: uppercase letters, lowercase letters, numbers, and special characters We support all ASCII special characters except for the backslash (\) due to escape sequence handling in our backend systems These requirements align with NIST SP 800-63B guidelines while addressing specific technical constraints of our platform.
Example Response 3
No While our system enforces minimum password requirements (at least 8 characters with complexity requirements), we do not impose maximum length restrictions or character limitations that would prevent users from creating strong passwords Our system supports passwords up to 256 characters and allows all printable ASCII characters including spaces and special characters This approach allows users to create strong, complex passwords or passphrases without artificial limitations We recognize that imposing maximum length restrictions or character limitations could potentially weaken password security.
Context
- Tab
- Product
- Category
- Authentication, Authorization, and Account Management

