Source code for the Password Rotation integration

Hi @james.boswell,

Thanks for your response.

The Sample Password Rotation Action knowledge solution that you shared uses the Management API to redirect the user to the password change ticket URL. In this flow, the user is immediately prompted to reset their password.

This is different from the example I shared in my first reply, which uses the Authentication API to send a password change email to the user. Additionally, it checks whether the user’s last password change was more than 30 days ago to trigger the password change flow. In this flow, the user must go to their email and click on the link to reset their passwords.

Also, I just wanted to remind you that these action scripts are examples. You’ll need to customize them to fit your specific requirements for tracking when to prompt users to rotate their passwords.

I hope that helps!

Thanks,
Rueben