Overview
Ensure that the number of days before users are asked to re-confirm their authentication information is not set to 0.
Rationale
This setting is necessary if you have set up the Require users to register when signing in option. If authentication re-confirmation is disabled, registered users will never be prompted to re-confirm their existing authentication information. If a user's authentication information changes, such as a phone number or email, then the password reset information for that user reverts to the previously registered authentication information.
Impact
Users will be prompted for their multifactor authentication at the duration set here.
Default Value
By default, the Number of days before users are asked to re-confirm their authentication information is set to 180 days.
Manual Audit
There is no customer-facing API available to check the Password Reset Policy. Please refer to the Remediation tab. After you ensure the setting is correctly set, exempt the corresponding asset.
If you need this checked automatically (it would make sense if you have multiple Entra ID tenants with multiple administrators who might change settings) and are willing to provide additional permissions, reach out to your Cyscale contact person.
Remediation guidance
- Open Users | Password reset | Registration.
- Set the
Number of days before users are asked to re-confirm their authentication informationto your organization-defined frequency.
Multiple Remediation Paths
SERVICE-WIDE (RECOMMENDED when many resources are affected): Apply organization/tenant-level guardrails and baseline policies for the entire platform.
ASSET-LEVEL: Fix only the affected resources identified by this control.
PREVENTIVE: Add preventive policy checks to CI/CD and periodic posture scans.
References for Service-Wide Patterns
- Platform policy/governance and preventive control patterns should be applied tenant-wide where supported.
Query logic
These are the stored checks tied to this control.
All Entra tenants
Connectors
Covered asset types
Expected check: eq []
{
connectors(where: {cloudProvider: "entra"}) {
...AssetFragment
}
}