Skip to main content

← Back to glossary

Term · 2. Authentication & Authorization

Password Policy

A password policy is the set of rules governing how passwords are created, used and managed — length, complexity, reuse, rotation and screening against known-breached passwords. Modern guidance (NIST SP 800-63B) favors long passphrases and blocklists of compromised passwords over forced periodic changes and arbitrary complexity, which pushed users toward weaker, predictable patterns. The strongest direction is to reduce password reliance entirely with MFA and passkeys.

IDM/IGA Domain

Definition

Rules governing password creation, complexity, length, lifetime, and reuse. NIST SP 800-63B (current guidance) — minimum 8 characters (preferably ≥15), allow all printable ASCII and Unicode, no mandatory rotation, screen against breach corpora, no composition rules (uppercase/digit/symbol — these reduce entropy by predictable patterns).

Application
midPoint: Password policy constraints the selection and use of passwords with an aim to make them more secure.
Sources
FAQ

Frequently asked questions

Should passwords be changed every 90 days?

Modern guidance says no. NIST SP 800-63B recommends against forced periodic rotation unless there is evidence of compromise, because it leads to weaker, incremental passwords. Change passwords when there is a reason, and screen for breached ones instead.

What makes a strong password policy today?

Generous minimum length (12 or more), allow long passphrases and all characters, block known-breached and common passwords, no mandatory arbitrary complexity, and pair with MFA. Usability is part of security.

How do passkeys change password policy?

Passkeys remove the password from the equation for supported apps, eliminating reuse and phishing risk. The strategic goal of a modern policy is to minimize where passwords are needed and move high-value access to phishing-resistant methods.