Support
This integration is community supported. Learn more
Password Rotation
Enforce Users to Rotate Passwords
This Action allows you to configure the number of days a password is valid before it expires and the user must rotate it.
Support
This integration is community supported. Learn more
This integration allows you to implement a password rotation policy for your users. You may choose to do this to increase your security posture. This Action can be used in tandem with the Password History
setting available in your Database connections that can prevent users from rotating their password to values they have previously used. Learn more https://auth0.com/docs/authenticate/database-connections/password-options#password-history.
Prerequisites
- An Auth0 account and tenant. Sign up for free.
Add the Auth0 Action
Note: Once the Action is successfully deployed, all logins for your tenant will be processed by this integration. Before activating the integration in production, install and verify this Action on a test tenant.
Select Add Integration (at the top of this page).
Read the necessary access requirements, and select Continue.
Configure the integration using the following fields:
Password Expiry In Days: Set this to the number of days a password is valid before expiry.
Error Message: Set this to what you wish to return to the calling application. This will be returned in the query string as
error_description
.
Add the integration to your Library by selecting Create.
In the modal that appears, select the Add to flow link.
Drag the Action into the desired location in the flow.
Select Apply Changes.
Results
Once this Action has been deployed. Users with passwords that were set within the window you configured, will login as usual. When users with expired passwords attempt to login, they will be prompted with your error message and be forced to reset their password.
Troubleshooting
Ensure you provide a valid whole number for Password Expiry In Days
and remember this will only apply to users that authenticate with Database Connections
. Users than authenticate through Social, Enterprise or Passwordless Connections
will not be under the scope of this Action
.
Support
This integration is community supported. Learn more